RedirectingToIdentityProviderEventArgs Class

Definition

Provides data for the RedirectingToIdentityProvider event.

public ref class RedirectingToIdentityProviderEventArgs : System::ComponentModel::CancelEventArgs
public class RedirectingToIdentityProviderEventArgs : System.ComponentModel.CancelEventArgs
type RedirectingToIdentityProviderEventArgs = class
    inherit CancelEventArgs
Public Class RedirectingToIdentityProviderEventArgs
Inherits CancelEventArgs
Inheritance
RedirectingToIdentityProviderEventArgs

Remarks

The RedirectingToIdentityProvider event is raised before the WSFederationAuthenticationModule redirects the request to the identity provider. You can access and modify the request through the SignInRequestMessage property. For example, you can modify the BaseUri property in the sign-in message to change the identity provider to which the request will be redirected.

Constructors

RedirectingToIdentityProviderEventArgs(SignInRequestMessage)

Initializes an instance of the RedirectingToIdentityProviderEventArgs class by using the specified WS-Federation Passive Sign-in message.

Properties

Cancel

Gets or sets a value indicating whether the event should be canceled.

(Inherited from CancelEventArgs)
SignInRequestMessage

Gets or sets the WS-Federation Passive Sign-in message that will be used to redirect the user to the identity provider.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to