Поделиться через


SamlSecurityTokenHandler.CreateAuthenticationStatement Метод

Определение

Создает оператор проверки подлинности SAML 1.1 на основе указанных сведений о проверке подлинности.

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

Параметры

samlSubject
SamlSubject

SamlSubject оператора.

authInfo
AuthenticationInformation

Объект AuthenticationInformation, из которого требуется создать оператор аутентификации SAML.

tokenDescriptor
SecurityTokenDescriptor

Содержит все другие данные, используемые в выпуске токена.

Возвращаемое значение

Созданный оператор аутентификации SAML.

Исключения

samlSubject имеет значение null.

-или-

tokenDescriptor имеет значение null.

Применяется к