RequestedAuthenticationContext Constructor ()
Initializes a new instance of the RequestedAuthenticationContext class.
Namespace: Microsoft.IdentityServer.Protocols.Saml
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)
Syntax
public RequestedAuthenticationContext()
public:
RequestedAuthenticationContext()
new : unit -> RequestedAuthenticationContext
Public Sub New
Remarks
The Comparison property is initialized to Exact and the References property is initialized to an empty collection.
Important
You must add one or more elements to the References collection or an exception will be thrown during serialization.
For more information about how to use the RequestedAuthenticationContext class including code samples, see IdpInitiatedSignOnPage Class Overview
See Also
SignOnRequestParameters.RequestedAuthenticationContext
RequestedAuthenticationContext Class
Microsoft.IdentityServer.Protocols.Saml Namespace
IdpInitiatedSignOnPage Class Overview
Return to top