HstsOptions.MaxAge Özellik

Tanım

Strict-Transport-Security üstbilgisinin Max-Age parametresini ayarlar.

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

Özellik Değeri

TimeSpan

Açıklamalar

Maksimum yaş gereklidir; Varsayılan değer 30 gündür. Bakýn https://tools.ietf.org/html/rfc6797#section-6.1.1

Şunlara uygulanır