共用方式為


LocalClientSecuritySettingsElement.CookieRenewalThresholdPercentage 屬性

定義

取得或設定可更新的 Cookie 百分比上限。

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 之間 (含 0 與 100) 的值。 預設值為 90。

屬性

適用於