Partager via


LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Propriété

Définition

Obtient ou définit le pourcentage maximal de cookies qui peut être renouvelé.

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

Valeur de propriété

Int32

Valeur située entre 0 et 100 inclus. La valeur par défaut est 90.

Attributs

S’applique à