HstsOptions.MaxAge Proprietà

Definizione

Imposta il parametro max-age dell'intestazione Strict-Transport-Security.

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

Valore della proprietà

Commenti

La durata massima è obbligatoria; il valore predefinito è 30 giorni. Vedere: https://tools.ietf.org/html/rfc6797#section-6.1.1

Si applica a