WSFederationElement.SignOutReply プロパティ

定義

signOutReply 属性を取得または設定します。

public:
 property System::String ^ SignOutReply { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("signOutReply", IsRequired=false)]
public string SignOutReply { get; set; }
[<System.Configuration.ConfigurationProperty("signOutReply", IsRequired=false)>]
member this.SignOutReply : string with get, set
Public Property SignOutReply As String

プロパティ値

サインアウト後に返す URL を含む文字列。WS-Federation サインアウト要求の wreply パラメーターを設定します。 省略可能。

属性

適用対象

こちらもご覧ください