RedirectingToIdentityProviderEventArgs::SignInRequestMessage Property
Gets or sets the WS-Federation Passive Sign-in message that will be used to redirect the user to the identity provider.
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.
Available since 4.5