Saml2SecurityTokenHandler.ProcessAuthenticationStatement 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 클레임을 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입니다.
예외
null인 경우 statement
이면 AuthenticationContext DeclarationReference가 null이 아닙니다. 필요한 경우 재정의합니다.