Share via


LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Proprietà

Definizione

Ottiene o imposta la percentuale massima di cookie che possono essere rinnovati.

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

Valore della proprietà

Int32

Valore compreso tra 0 e 100. Il valore predefinito è 90.

Attributi

Si applica a