WsFederationConfiguration.RequireHttps 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定与安全令牌服务 (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。