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

属性值

true 如果使用 HTTPS 保护与 STS 的通信,则为 ;否则,为 false.

适用于