Saml2SecurityTokenHandler.CreateAuthenticationStatement Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.