Compartir a través de


LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Propiedad

Definición

Obtiene o establece el porcentaje máximo de cookies que se pueden renovar.

public:
 property int CookieRenewalThresholdPercentage { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("cookieRenewalThresholdPercentage", DefaultValue=60)]
[System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)]
public int CookieRenewalThresholdPercentage { get; set; }
[<System.Configuration.ConfigurationProperty("cookieRenewalThresholdPercentage", DefaultValue=60)>]
[<System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)>]
member this.CookieRenewalThresholdPercentage : int with get, set
Public Property CookieRenewalThresholdPercentage As Integer

Valor de propiedad

Int32

Un valor que está entre 0 y 100, ambos inclusive. El valor predeterminado es 90.

Atributos

Se aplica a