RedirectingToIdentityProviderEventArgs::SignInRequestMessage Property

.NET Framework (current version)
 

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

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property SignInRequestMessage^ SignInRequestMessage {
	SignInRequestMessage^ get();
	void set(SignInRequestMessage^ value);
}

Property Value

Type: System.IdentityModel.Services::SignInRequestMessage^

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

Exception Condition
ArgumentNullException

An attempt to set the property to null occurs.

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.

.NET Framework
Available since 4.5
Return to top
Show: