WSFederationAuthenticationModule.SignInQueryString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定查詢字串,包含 WS-同盟登入要求 ("wsignin1.0") 中要傳送的任何其他參數。
public:
property System::String ^ SignInQueryString { System::String ^ get(); void set(System::String ^ value); };
public string SignInQueryString { get; set; }
member this.SignInQueryString : string with get, set
Public Property SignInQueryString As String
屬性值
URL 片段,包含下列格式的其他訊息參數: param1=value1¶m2=value2¶mN=valueN
。 預設為空字串。
例外狀況
嘗試將屬性設為 null
。
備註
您可以使用這個屬性,在登入要求中傳送其他參數。 這些是應用程式特定的參數,不是WS-Federation通訊協定所指定的其中一個參數。 若要從要求中移除其他參數,請將 屬性設定為空字串。
您可以藉由新增 事件的處理常式 RedirectingToIdentityProvider ,在每個 HTTP 要求上覆寫此設定。 此事件會在模組重新導向至安全性權杖服務之前引發, (STS) 具有WS-Federation登入要求訊息。 STS 是由 屬性所 Issuer 指定。