Saml2AuthenticationStatement Konstruktorer

Definition

Initierar en ny instans av Saml2AuthenticationStatement klassen.

Överlagringar

Name Description
Saml2AuthenticationStatement(Saml2AuthenticationContext)

Initierar en ny instans av Saml2AuthenticationStatement klassen med den angivna autentiseringskontexten och den aktuella tiden som autentiserings instant.

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Initierar en ny instans av Saml2AuthenticationStatement klassen med den angivna autentiseringskontexten och autentiseringstiden.

Saml2AuthenticationStatement(Saml2AuthenticationContext)

Initierar en ny instans av Saml2AuthenticationStatement klassen med den angivna autentiseringskontexten och den aktuella tiden som autentiserings instant.

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

Parametrar

authenticationContext
Saml2AuthenticationContext

Autentiseringskontexten för den här instruktionen.

Undantag

authenticationContext är null.

Kommentarer

Egenskapen AuthenticationInstant är inställd på UtcNow.

Gäller för

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Initierar en ny instans av Saml2AuthenticationStatement klassen med den angivna autentiseringskontexten och autentiseringstiden.

public:
 Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext, DateTime authenticationInstant);
public Saml2AuthenticationStatement(System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext, DateTime authenticationInstant);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext * DateTime -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext, authenticationInstant As DateTime)

Parametrar

authenticationContext
Saml2AuthenticationContext

Autentiseringskontexten för den här instruktionen.

authenticationInstant
DateTime

Tidpunkten för autentiseringen.

Undantag

authenticationContext är null.

Gäller för