SecurityElementBase.ProtectTokens Property

Definition

Gets or sets a value that indicates whether the security element base protects tokens.

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

Property Value

true if the security element base protects tokens; otherwise, false.

Attributes

Applies to