Partager via


SamlSecurityTokenHandler.ProcessStatement Méthode

Définition

Crée des revendications à partir d’une collection d’instructions SAML 1.1 et les ajoute à l’objet spécifié.

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)

Paramètres

statements
IList<SamlStatement>

Instructions SAML à partir desquelles les revendications sont créées.

subject
ClaimsIdentity

Objet auquel les revendications sont ajoutées.

issuer
String

Émetteur.

Exceptions

statements a la valeur null.

S’applique à