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

属性值

true 如果可以续订安全上下文令牌,则为 ;否则,为 false.

属性

适用于