HstsOptions.IncludeSubDomains 属性

定义

启用 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

适用于