HstsOptions.MaxAge Propriété

Définition

Définit le paramètre max-age de l’en-tête 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

Valeur de propriété

Remarques

L’âge maximal est requis; la valeur par défaut est de 30 jours. Consultez : https://tools.ietf.org/html/rfc6797#section-6.1.1

S’applique à