SamlSecurityTokenHandler.ProcessStatement Método

Definición

Crea notificaciones a partir de una colección de instrucciones SAML 1.1 y las agrega al sujeto especificado.

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)

Parámetros

statements
IList<SamlStatement>

Las instrucciones de SAML desde las que se crean notificaciones.

subject
ClaimsIdentity

Asunto a la que se agregan las reclamaciones.

issuer
String

Emisor.

Excepciones

statements es null.

Se aplica a