Saml2SecurityTokenHandler.CreateAuthenticationStatement Método
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í.
Crea un saml2AuthenticationStatement
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement CreateAuthenticationStatement(Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation authenticationInformation);
abstract member CreateAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
override this.CreateAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
Protected Overridable Function CreateAuthenticationStatement (authenticationInformation As AuthenticationInformation) As Saml2AuthenticationStatement
Parámetros
- authenticationInformation
- AuthenticationInformation
authenticationInformation objeto que contiene el estado que se va a encapsular como un objeto Saml2AuthenticationStatement.
Devoluciones
Una operación Saml2AuthenticationStatement
Comentarios
si authenticationInformation es null, se devuelve null.