Saml2AuthenticationStatement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe Saml2AuthenticationStatement.
Sobrecargas
Saml2AuthenticationStatement(Saml2AuthenticationContext) |
Inicializa uma nova instância da classe Saml2AuthenticationStatement com o contexto de autenticação especificado e a hora atual como o instante da autenticação. |
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime) |
Inicializa uma nova instância da classe Saml2AuthenticationStatement com o contexto de autenticação e a hora de autenticação especificados. |
Saml2AuthenticationStatement(Saml2AuthenticationContext)
Inicializa uma nova instância da classe Saml2AuthenticationStatement com o contexto de autenticação especificado e a hora atual como o instante da autenticação.
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
O contexto de autenticação dessa instrução.
Exceções
authenticationContext
é null
.
Comentários
A propriedade AuthenticationInstant está definida como UtcNow.
Aplica-se a
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)
Inicializa uma nova instância da classe Saml2AuthenticationStatement com o contexto de autenticação e a hora de autenticação 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
O contexto de autenticação dessa instrução.
- authenticationInstant
- DateTime
A hora da autenticação.
Exceções
authenticationContext
é null
.