Saml2SecurityTokenHandler.CreateAuthenticationStatement Metodo

Definizione

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

Parametri

authenticationInformation
AuthenticationInformation

oggetto authenticationInformation contenente lo stato di cui eseguire il wrapping come oggetto Saml2AuthenticationStatement.

Valori restituiti

Un Saml2AuthenticationStatement

Commenti

se authenticationInformation è null, viene restituito null.

Si applica a