Compartir a través de


Saml2AuthenticationStatement Constructores

Definición

Inicializa una nueva instancia de la clase Saml2AuthenticationStatement.

Sobrecargas

Saml2AuthenticationStatement(Saml2AuthenticationContext)

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

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

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

Saml2AuthenticationStatement(Saml2AuthenticationContext)

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

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

El contexto de autenticación de esta instrucción.

Excepciones

authenticationContext es null.

Comentarios

La propiedad AuthenticationInstant se establece en UtcNow.

Se aplica a

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

Inicializa una nueva instancia de la clase Saml2AuthenticationStatement con el contexto de autenticación y 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

El contexto de autenticación de esta instrucción.

authenticationInstant
DateTime

Hora de autenticación.

Excepciones

authenticationContext es null.

Se aplica a