次の方法で共有


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

プロパティ値

Boolean

シリアル化されたトークンを応答で使用できる場合は true。それ以外の場合は false

属性

適用対象