Saml2SecurityTokenHandler.ProcessAuthenticationStatement 메서드

정의

에서 클레임을 Saml2AuthenticationStatement만듭니다.

protected virtual void ProcessAuthenticationStatement(Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement statement, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (statement As Saml2AuthenticationStatement, identity As ClaimsIdentity, issuer As String)

매개 변수

identity
ClaimsIdentity

인증 Claim을 포함할 ID입니다.

issuer
String

각각 Claim에 대한 발급자입니다.

예외

null인 경우 statement

이면 AuthenticationContext DeclarationReference가 null이 아닙니다. 필요한 경우 재정의합니다.

적용 대상