Saml2SecurityTokenHandler.ProcessStatements 메서드

정의

모든 문을 처리하고 ID에 클레임을 추가합니다.

protected virtual void ProcessStatements(System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> statements, System.Security.Claims.ClaimsIdentity identity, string issuer);
abstract member ProcessStatements : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatements : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatements (statements As ICollection(Of Saml2Statement), identity As ClaimsIdentity, issuer As String)

매개 변수

statements
ICollection<Saml2Statement>

Saml2Statement의 컬렉션입니다.

issuer
String

발급자입니다.

적용 대상