Saml2AuthenticationStatement Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
.