SecurityElementBase.AllowSerializedSigningTokenOnReply 属性

定义

获取或设置一个布尔值,该值指定是否可以在答复中使用序列化令牌。

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

属性值

true 如果在回复时可以使用序列化的令牌,则为否则,为 false.

属性

适用于