WsFederationConfiguration.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

属性值

如果必须使用 HTTP 对具有 STS 的通信进行保护,则为 true;否则为 false。 默认值为DefaultRequireHttps,要求 HTTPS。

适用于

另请参阅