SecurityBindingElement.ProtectTokens Property

Definition

Gets or sets whether the security binding element protects tokens.

public:
 property bool ProtectTokens { bool get(); void set(bool value); };
public bool ProtectTokens { get; set; }
member this.ProtectTokens : bool with get, set
Public Property ProtectTokens As Boolean

Property Value

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

Applies to