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

属性

适用于