LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage 속성

정의

갱신할 수 있는 쿠키의 최대 백분율을 가져오거나 설정합니다.

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

속성 값

Int32

유효한 값은 0부터 100까지입니다. 기본값은 90입니다.

특성

적용 대상