다음을 통해 공유


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

SAML 인증 문을 생성하는 AuthenticationInformation입니다.

tokenDescriptor
SecurityTokenDescriptor

토큰 발급에 사용되는 다른 모든 정보를 포함합니다.

반환

만든 SAML 인증 문입니다.

예외

samlSubjectnull입니다.

또는

tokenDescriptornull입니다.

적용 대상