The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RedirectingToIdentityProviderEventArgs Constructor (SignInRequestMessage^)
.NET Framework (current version)
Initializes an instance of the RedirectingToIdentityProviderEventArgs class by using the specified WS-Federation Passive Sign-in message.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public:
RedirectingToIdentityProviderEventArgs(
SignInRequestMessage^ signInRequestMessage
)
Parameters
- signInRequestMessage
-
Type:
System.IdentityModel.Services::SignInRequestMessage^
The WS-Federation Passive Sign-in message that will be used to redirect the user to the Identity Provider.
| Exception | Condition |
|---|---|
| ArgumentNullException | signInRequestMessage is null. |
The SignInRequestMessage property in the new instance is initialized to the value of the signInRequestMessage parameter.
.NET Framework
Available since 4.5
Available since 4.5
Show: