Saml2SecurityTokenHandler.ProcessStatement 메서드

정의

SAML 2.0 문 컬렉션에서 클레임을 만들고 지정된 제목에 추가합니다.

protected:
 virtual void ProcessStatement(System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ statements, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessStatement(System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> statements, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessStatement : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatement : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatement (statements As Collection(Of Saml2Statement), subject As ClaimsIdentity, issuer As String)

매개 변수

statements
Collection<Saml2Statement>

클레임이 Saml2Statement 만들어지는 컬렉션입니다.

subject
ClaimsIdentity

클레임이 추가되는 주체입니다.

issuer
String

발급자입니다.

예외

subjectnull입니다.

적용 대상