Sdílet prostřednictvím


Saml2AuthenticationContext Konstruktory

Definice

Inicializuje novou instanci Saml2AuthenticationContext třídy.

Přetížení

Saml2AuthenticationContext()

Inicializuje novou instanci Saml2AuthenticationContext třídy.

Saml2AuthenticationContext(Uri)

Inicializuje novou instanci Saml2AuthenticationContext třídy s odkazem na zadanou třídu.

Saml2AuthenticationContext(Uri, Uri)

Inicializuje novou instanci Saml2AuthenticationContext třídy se zadaným odkazem na třídu a deklarací odkazu.

Saml2AuthenticationContext()

Inicializuje novou instanci Saml2AuthenticationContext třídy.

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

Poznámky

Vlastnosti ClassReference a DeclarationReference jsou v nové instanci Saml2AuthenticationContext nastaveny na null.

Platí pro

Saml2AuthenticationContext(Uri)

Inicializuje novou instanci Saml2AuthenticationContext třídy s odkazem na zadanou třídu.

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

Odkaz na třídu kontextu ověřování.

Výjimky

classReference není null a není absolutní identifikátor URI.

Poznámky

Vlastnost DeclarationReference je nastavena na null v nové instanci Saml2AuthenticationContext.

Platí pro

Saml2AuthenticationContext(Uri, Uri)

Inicializuje novou instanci Saml2AuthenticationContext třídy se zadaným odkazem na třídu a deklarací odkazu.

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

Odkaz na třídu kontextu ověřování.

declarationReference
Uri

Odkaz na deklaraci kontextu ověřování.

Výjimky

classReference není null a není absolutní identifikátor URI.

-nebo-

declarationReference není null a není absolutní identifikátor URI.

Platí pro