LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Vlastnost

Definice

Získá nebo nastaví maximální procento souborů cookie, které mohou být obnoveny.

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

Hodnota vlastnosti

Int32

Hodnota, která je mezi 0 a 100 (včetně). Výchozí hodnota je 90.

Atributy

Platí pro