RedirectingToIdentityProviderEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 RedirectingToIdentityProvider 事件的資料。
public ref class RedirectingToIdentityProviderEventArgs : System::ComponentModel::CancelEventArgs
public class RedirectingToIdentityProviderEventArgs : System.ComponentModel.CancelEventArgs
type RedirectingToIdentityProviderEventArgs = class
inherit CancelEventArgs
Public Class RedirectingToIdentityProviderEventArgs
Inherits CancelEventArgs
- 繼承
備註
事件 RedirectingToIdentityProvider 會在將要求重新導向至識別提供者之前 WSFederationAuthenticationModule 引發。 您可以透過 SignInRequestMessage 屬性存取和修改要求。 例如,您可以修改 BaseUri 登入訊息中的 屬性,以變更要求將重新導向的識別提供者。
建構函式
RedirectingToIdentityProviderEventArgs(SignInRequestMessage) |
使用指定的 WS-Federation 被動式登入訊息,初始化 RedirectingToIdentityProviderEventArgs 類別的執行個體。 |
屬性
Cancel |
取得或設定值,這個值表示是否應該取消事件。 (繼承來源 CancelEventArgs) |
SignInRequestMessage |
取得或設定將用來將使用者重新導向到識別提供者的 WS-Federation 被動式登入訊息。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |