SamlSecurityTokenHandler.CreateAuthenticationStatement Metodo

Definizione

Crea un'istruzione di autenticazione SAML 1.1 dalle informazioni di autenticazione specificate.

protected:
 virtual System::IdentityModel::Tokens::SamlAuthenticationStatement ^ CreateAuthenticationStatement(System::IdentityModel::Tokens::SamlSubject ^ samlSubject, System::Security::Claims::AuthenticationInformation ^ authInfo, System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual System.IdentityModel.Tokens.SamlAuthenticationStatement CreateAuthenticationStatement (System.IdentityModel.Tokens.SamlSubject samlSubject, System.Security.Claims.AuthenticationInformation authInfo, System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member CreateAuthenticationStatement : System.IdentityModel.Tokens.SamlSubject * System.Security.Claims.AuthenticationInformation * System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.SamlAuthenticationStatement
override this.CreateAuthenticationStatement : System.IdentityModel.Tokens.SamlSubject * System.Security.Claims.AuthenticationInformation * System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.SamlAuthenticationStatement
Protected Overridable Function CreateAuthenticationStatement (samlSubject As SamlSubject, authInfo As AuthenticationInformation, tokenDescriptor As SecurityTokenDescriptor) As SamlAuthenticationStatement

Parametri

samlSubject
SamlSubject

Oggetto SamlSubject dell'istruzione.

authInfo
AuthenticationInformation

Oggetto AuthenticationInformation da cui generare l'istruzione di autenticazione SAML.

tokenDescriptor
SecurityTokenDescriptor

Contiene tutte le altre informazioni utilizzate nell'emissione del token.

Restituisce

Istruzione di autenticazione SAML creata.

Eccezioni

samlSubject è null.

-oppure-

tokenDescriptor è null.

Si applica a