Share via


WSFederationAuthenticationModule.RequireHttps 屬性

定義

取得或設定值,指定安全性權杖服務 (STS) 通訊是否必須使用 HTTPS 通訊協定。

public:
 property bool RequireHttps { bool get(); void set(bool value); };
public bool RequireHttps { get; set; }
member this.RequireHttps : bool with get, set
Public Property RequireHttps As Boolean

屬性值

如果必須使用 HTTPS 保護與 STS 的通訊,則為 true,否則為false

適用於