Bagikan melalui


SamlSecurityTokenHandler.ProcessStatement Metode

Definisi

Membuat klaim dari kumpulan pernyataan SAML 1.1 dan menambahkannya ke subjek yang ditentukan.

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

Parameter

statements
IList<SamlStatement>

Pernyataan SAML tempat klaim dibuat.

subject
ClaimsIdentity

Subjek yang klaimnya ditambahkan.

issuer
String

Pengeluar sertifikat.

Pengecualian

statementsadalah null.

Berlaku untuk