WSFederationElement.SignOutReply プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 パラメーターを設定します。 省略可能。
- 属性