LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Właściwość

Definicja

Pobiera lub ustawia maksymalną wartość procentową plików cookie, które można odnowić.

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

Wartość właściwości

Int32

Wartość zerowa od 0 do 100 włącznie. Wartość domyślna to 90.

Atrybuty

Dotyczy