WSFederationAuthenticationModule.SignOutReply 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在 WS-同盟登出要求 ("wsignout1.0") 期間使用的 wreply 參數值。
public:
property System::String ^ SignOutReply { System::String ^ get(); void set(System::String ^ value); };
public string SignOutReply { get; set; }
member this.SignOutReply : string with get, set
Public Property SignOutReply As String
屬性值
登出後,應該由安全性權杖服務 (STS) 透過 WS-Federation 通訊協定將用戶端重新導向的 URL。
備註
根據預設,此屬性是從組態檔中 wsFederation> 元素的< 屬性初始化signOutReply
。 其旨在代表 WS-Federation 註銷要求中的 wreply 參數。
wreply 參數是選擇性的。 SignOutReply如果 屬性設定null
為 或空字串,則註銷要求中不包含 wreply 參數。
WSFAM 不會直接使用此屬性。 不過,您可以從程式代碼執行 WS-Federation 註銷時,將它傳遞至 FederatedSignOut 方法,或將它傳遞至 GetFederationPassiveSignOutUrl 方法,以建立完整的 WS-Federation 註銷 URL。