HstsOptions.IncludeSubDomains 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启用 Strict-Transport-Security 标头的 includeSubDomain 参数。
public:
property bool IncludeSubDomains { bool get(); void set(bool value); };
public bool IncludeSubDomains { get; set; }
member this.IncludeSubDomains : bool with get, set
Public Property IncludeSubDomains As Boolean
属性值
注解
请参阅:https://tools.ietf.org/html/rfc6797#section-6.1.2