SamlSecurityTokenHandler.ProcessStatement Metoda

Definicja

Tworzy oświadczenia z kolekcji instrukcji SAML 1.1 i dodaje je do określonego tematu.

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)

Parametry

statements
IList<SamlStatement>

Instrukcje SAML, z których tworzone są oświadczenia.

subject
ClaimsIdentity

Podmiot, do którego dodawane są roszczenia.

issuer
String

Wystawca.

Wyjątki

statements to null.

Dotyczy