SignOnRequestParameters Constructor ()
Initializes a new instance of the SignOnRequestParameters class.
Namespace: Microsoft.IdentityServer.Web
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)
Syntax
public SignOnRequestParameters()
public:
SignOnRequestParameters()
new : unit -> SignOnRequestParameters
Public Sub New
Remarks
The following table shows the initial property values of the new SignOnRequestParameters instance.
Property |
Value |
---|---|
null |
|
false |
|
false |
|
null |
For more information about using the SignOnRequestParameters class, including code samples, see IdpInitiatedSignOnPage Class Overview.
See Also
SignOnRequestParameters Class
Microsoft.IdentityServer.Web Namespace
IdpInitiatedSignOnPage Class Overview
Return to top