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

属性

適用対象