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.

Атрибуты

Применяется к