HstsOptions.MaxAge Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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