Saml2AuthenticationStatement Constructors

Definitie

Initialiseert een nieuw exemplaar van de Saml2AuthenticationStatement klasse.

Overloads

Name Description
Saml2AuthenticationStatement(Saml2AuthenticationContext)

Initialiseert een nieuw exemplaar van de Saml2AuthenticationStatement klasse met de opgegeven verificatiecontext en de huidige tijd als de verificatie direct.

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Initialiseert een nieuw exemplaar van de Saml2AuthenticationStatement klasse met de opgegeven verificatiecontext en verificatietijd.

Saml2AuthenticationStatement(Saml2AuthenticationContext)

Initialiseert een nieuw exemplaar van de Saml2AuthenticationStatement klasse met de opgegeven verificatiecontext en de huidige tijd als de verificatie direct.

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)

Parameters

authenticationContext
Saml2AuthenticationContext

De verificatiecontext van deze instructie.

Uitzonderingen

authenticationContext is null.

Opmerkingen

De eigenschap AuthenticationInstant is ingesteld op UtcNow.

Van toepassing op

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Initialiseert een nieuw exemplaar van de Saml2AuthenticationStatement klasse met de opgegeven verificatiecontext en verificatietijd.

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)

Parameters

authenticationContext
Saml2AuthenticationContext

De verificatiecontext van deze instructie.

authenticationInstant
DateTime

Het tijdstip van de verificatie.

Uitzonderingen

authenticationContext is null.

Van toepassing op