LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Propriedade

Definição

Obtém ou define o percentual máximo de cookies que podem ser renovados.

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

Valor da propriedade

Int32

Um valor que está entre 0 e 100 inclusive. O padrão é 90.

Atributos

Aplica-se a