Saml2AuthenticationContext Constructors
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.
Overloads
Saml2AuthenticationContext() |
Creates an instance of Saml2AuthenticationContext. |
Saml2AuthenticationContext(Uri) |
Creates an instance of Saml2AuthenticationContext. |
Saml2AuthenticationContext(Uri, Uri) |
Creates an instance of Saml2AuthenticationContext. |
Saml2AuthenticationContext()
Creates an instance of Saml2AuthenticationContext.
public Saml2AuthenticationContext ();
Public Sub New ()
Applies to
Saml2AuthenticationContext(Uri)
Creates an instance of Saml2AuthenticationContext.
public Saml2AuthenticationContext (Uri classReference);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext : Uri -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext
Public Sub New (classReference As Uri)
Parameters
- classReference
- Uri
The class reference of the authentication context.
Applies to
Saml2AuthenticationContext(Uri, Uri)
Creates an instance of Saml2AuthenticationContext.
public Saml2AuthenticationContext (Uri classReference, Uri declarationReference);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext : Uri * Uri -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext
Public Sub New (classReference As Uri, declarationReference As Uri)
Parameters
- classReference
- Uri
The class reference of the authentication context.
- declarationReference
- Uri
The declaration reference of the authentication context.