SecurityElementBase.CanRenewSecurityContextToken Свойство

Определение

Получает или задает значение, указывающее, можно ли возобновить токен контекста безопасности.

public:
 property bool CanRenewSecurityContextToken { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("canRenewSecurityContextToken", DefaultValue=true)]
public bool CanRenewSecurityContextToken { get; set; }
[<System.Configuration.ConfigurationProperty("canRenewSecurityContextToken", DefaultValue=true)>]
member this.CanRenewSecurityContextToken : bool with get, set
Public Property CanRenewSecurityContextToken As Boolean

Значение свойства

Boolean

Значение true, если токен контекста можно обновить; в противном случае — значение false.

Атрибуты

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