共用方式為


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 參數。 選擇性。

屬性

適用於

另請參閱