SecurityElementBase.CanRenewSecurityContextToken Property

Definition

Gets or sets a value that indicates whether the security context token can be renewed.

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

Property Value

true if the security context token can be renewed; otherwise, false.

Attributes

Applies to