Sdílet prostřednictvím


SamlSecurityTokenHandler.CreateAuthenticationStatement Metoda

Definice

Vytvoří ověřovací příkaz SAML 1.1 ze zadaných ověřovacích informací.

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

Parametry

samlSubject
SamlSubject

SamlSubject příkazu.

authInfo
AuthenticationInformation

Ze AuthenticationInformation kterého se má vygenerovat ověřovací příkaz SAML.

tokenDescriptor
SecurityTokenDescriptor

Obsahuje všechny ostatní informace, které se používají při vystavování tokenů.

Návraty

Vytvořený ověřovací příkaz SAML

Výjimky

samlSubject je null.

-nebo-

tokenDescriptor je null.

Platí pro