LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Egenskap

Definition

Hämtar eller anger den maximala procentandelen cookies som kan förnyas.

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

Egenskapsvärde

Ett värde som är mellan 0 och 100 inklusive. Standardvärdet är 90.

Attribut

Gäller för