Compartir vía


Saml2AuthenticationStatement Constructores

Definición

Inicializa una nueva instancia de la clase Saml2AuthenticationStatement.

Sobrecargas

Nombre Description
Saml2AuthenticationStatement(Saml2AuthenticationContext)

Inicializa una nueva instancia de la Saml2AuthenticationStatement clase con el contexto de autenticación especificado y la hora actual como instantánea de autenticación.

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Inicializa una nueva instancia de la Saml2AuthenticationStatement clase con el contexto de autenticación y la hora de autenticación especificados.

Saml2AuthenticationStatement(Saml2AuthenticationContext)

Inicializa una nueva instancia de la Saml2AuthenticationStatement clase con el contexto de autenticación especificado y la hora actual como instantánea de autenticación.

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)

Parámetros

authenticationContext
Saml2AuthenticationContext

Contexto de autenticación de esta instrucción.

Excepciones

authenticationContext es null.

Comentarios

La propiedad AuthenticationInstant se configura como UtcNow.

Se aplica a

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Inicializa una nueva instancia de la Saml2AuthenticationStatement clase con el contexto de autenticación y la hora de autenticación especificados.

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)

Parámetros

authenticationContext
Saml2AuthenticationContext

Contexto de autenticación de esta instrucción.

authenticationInstant
DateTime

Hora de la autenticación.

Excepciones

authenticationContext es null.

Se aplica a