RedirectingToIdentityProviderEventArgs.SignInRequestMessage Property

Definition

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

public:
 property System::IdentityModel::Services::SignInRequestMessage ^ SignInRequestMessage { System::IdentityModel::Services::SignInRequestMessage ^ get(); void set(System::IdentityModel::Services::SignInRequestMessage ^ value); };
public System.IdentityModel.Services.SignInRequestMessage SignInRequestMessage { get; set; }
member this.SignInRequestMessage : System.IdentityModel.Services.SignInRequestMessage with get, set
Public Property SignInRequestMessage As SignInRequestMessage

Property Value

The WS-Federation Sign-in message that will be used to redirect the user to the identity provider.

Exceptions

An attempt to set the property to null occurs.

Remarks

You can change properties of the sign-in message to modify the request. 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.

Applies to