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

属性

适用于