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을 참조하세요.

적용 대상