다음을 통해 공유


SamlSecurityTokenHandler.ProcessAuthenticationStatement 메서드

정의

SAML 1.1 인증 설명에서 클레임을 만들고 지정된 주체에 추가합니다.

protected:
 virtual void ProcessAuthenticationStatement(System::IdentityModel::Tokens::SamlAuthenticationStatement ^ samlStatement, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessAuthenticationStatement (System.IdentityModel.Tokens.SamlAuthenticationStatement samlStatement, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (samlStatement As SamlAuthenticationStatement, subject As ClaimsIdentity, issuer As String)

매개 변수

samlStatement
SamlAuthenticationStatement

클레임이 만들어지는 SamlAuthenticationStatement입니다.

subject
ClaimsIdentity

클레임을 추가할 제목입니다.

issuer
String

발급자입니다.

예외

samlStatement이(가) null인 경우

또는

subject이(가) null인 경우

적용 대상