SecurityElementBase.AllowSerializedSigningTokenOnReply Property

Definition

Gets or sets a boolean value that specifies whether a serialized token can be used on reply.

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

Property Value

true if a serialized token can be used on reply; otherwise, false.

Attributes

Applies to