共用方式為


SecurityElementBase.AllowSerializedSigningTokenOnReply 屬性

定義

取得或設定布林值 (Boolean),這個值會指定序列化權杖 (Token) 是否可以用在回覆上。

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

屬性值

Boolean

如果序列化權杖可以用在回覆上,則為 true,否則為 false

屬性

適用於