Comparteix a través de


SecurityElementBase.AllowSerializedSigningTokenOnReply Propiedad

Definición

Obtiene o establece un valor booleano que especifica si un token serializado se puede usar en respuesta.

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

Valor de propiedad

Boolean

true si un token serializado se puede usar en respuesta; de lo contrario, false.

Atributos

Se aplica a