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 (0 と 100 を含む) の値。 既定値は 90 です。

属性

適用対象