WSFederationAuthenticationModule.SignOutQueryString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定查詢字串,包含 WS-同盟登出要求 ("wsignout1.0") 中要傳送的任何其他參數。
public:
property System::String ^ SignOutQueryString { System::String ^ get(); void set(System::String ^ value); };
public string SignOutQueryString { get; set; }
member this.SignOutQueryString : string with get, set
Public Property SignOutQueryString As String
屬性值
URL 片段,包含下列格式的其他訊息參數: param1=value1¶m2=value2¶mN=valueN
。 預設為空字串。
例外狀況
嘗試將屬性設為 null
。
備註
根據預設,這個屬性是從組態檔中 wsFederation> 元素的< 屬性初始化signOutQueryString
。 它旨在包含任何應用程式特定參數,以在 WS-Federation 註銷要求中傳送。 若要移除這些參數,您可以將 屬性設定為空字串。
WSFAM 不會直接使用此屬性;不過,您可以將它 GetFederationPassiveSignOutUrl 傳遞給 方法,以建立完整的 WS-Federation 註銷 URL,然後可供程式代碼使用。