Saml2SecurityTokenHandler.CreateAuthenticationStatement Método

Definición

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.

Se aplica a