RedirectingToIdentityProviderEventArgs.SignInRequestMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.