Aracılığıyla paylaş


Saml2AuthenticationContext Constructors

Definition

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.

Applies to