HstsOptions.MaxAge プロパティ

定義

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 を参照

適用対象