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