Saml2AuthenticationContext Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Saml2AuthenticationContext.

Przeciążenia

Saml2AuthenticationContext()

Inicjuje nowe wystąpienie klasy Saml2AuthenticationContext.

Saml2AuthenticationContext(Uri)

Inicjuje Saml2AuthenticationContext nowe wystąpienie klasy z określonym odwołaniem do klasy.

Saml2AuthenticationContext(Uri, Uri)

Inicjuje Saml2AuthenticationContext nowe wystąpienie klasy z określonym odwołaniem do klasy i odwołaniem do deklaracji.

Saml2AuthenticationContext()

Inicjuje nowe wystąpienie klasy Saml2AuthenticationContext.

public:
 Saml2AuthenticationContext();
public Saml2AuthenticationContext ();
Public Sub New ()

Uwagi

Właściwości ClassReference i DeclarationReference są ustawione null na w nowym Saml2AuthenticationContext wystąpieniu.

Dotyczy

Saml2AuthenticationContext(Uri)

Inicjuje Saml2AuthenticationContext nowe wystąpienie klasy z określonym odwołaniem do klasy.

public:
 Saml2AuthenticationContext(Uri ^ classReference);
public Saml2AuthenticationContext (Uri classReference);
new System.IdentityModel.Tokens.Saml2AuthenticationContext : Uri -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Public Sub New (classReference As Uri)

Parametry

classReference
Uri

Odwołanie do klasy kontekstu uwierzytelniania.

Wyjątki

classReference nie null jest i nie jest bezwzględnym identyfikatorem URI.

Uwagi

Właściwość jest ustawiona DeclarationReference na null w nowym Saml2AuthenticationContext wystąpieniu.

Dotyczy

Saml2AuthenticationContext(Uri, Uri)

Inicjuje Saml2AuthenticationContext nowe wystąpienie klasy z określonym odwołaniem do klasy i odwołaniem do deklaracji.

public:
 Saml2AuthenticationContext(Uri ^ classReference, Uri ^ declarationReference);
public Saml2AuthenticationContext (Uri classReference, Uri declarationReference);
new System.IdentityModel.Tokens.Saml2AuthenticationContext : Uri * Uri -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Public Sub New (classReference As Uri, declarationReference As Uri)

Parametry

classReference
Uri

Odwołanie do klasy kontekstu uwierzytelniania.

declarationReference
Uri

Odwołanie do deklaracji kontekstu uwierzytelniania.

Wyjątki

classReference nie null jest i nie jest bezwzględnym identyfikatorem URI.

-lub-

declarationReference nie null jest i nie jest bezwzględnym identyfikatorem URI.

Dotyczy