Aracılığıyla paylaş


SamlSecurityTokenHandler.CreateAuthenticationStatement Yöntem

Tanım

Belirtilen kimlik doğrulama bilgilerinden bir SAML 1.1 kimlik doğrulama deyimi oluşturur.

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

Parametreler

samlSubject
SamlSubject

Deyimin SamlSubject'i.

authInfo
AuthenticationInformation

AuthenticationInformation SAML kimlik doğrulama deyiminin oluşturulacağı deyim.

tokenDescriptor
SecurityTokenDescriptor

Belirteç vermede kullanılan diğer tüm bilgileri içerir.

Döndürülenler

Oluşturulan SAML kimlik doğrulama deyimi.

Özel durumlar

samlSubject, null değeridir.

-veya-

tokenDescriptor, null değeridir.

Şunlara uygulanır