HstsOptions.MaxAge Propiedad

Definición

Establece el parámetro max-age del encabezado 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

Valor de propiedad

Comentarios

Se requiere la antigüedad máxima; el valor predeterminado es 30 días. Consulte: https://tools.ietf.org/html/rfc6797#section-6.1.1

Se aplica a