Aracılığıyla paylaş


LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage Özellik

Tanım

Yenilene tanımlama bilgilerinin maksimum yüzdesini alır veya ayarlar.

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

Özellik Değeri

Int32

Kapsayıcı olarak 0 ile 100 arasında bir değer. Varsayılan değer 90'dır.

Öznitelikler

Şunlara uygulanır