SecurityElementBase.ProtectTokens Proprietà

Definizione

Ottiene o imposta un valore che indica se la base dell’elemento di sicurezza protegge i token.

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

Valore della proprietà

Boolean

true se la base dell’elemento di sicurezza protegge i token; in caso contrario, false.

Attributi

Si applica a