HstsOptions.MaxAge 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 Strict-Transport-Security 标头的 max-age 参数。
public:
property TimeSpan MaxAge { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxAge { get; set; }
member this.MaxAge : TimeSpan with get, set
Public Property MaxAge As TimeSpan
属性值
注解
最大年龄是必需的;默认为 30 天。 请参阅:https://tools.ietf.org/html/rfc6797#section-6.1.1