Saml2SecurityTokenHandler.ProcessStatement Método

Definición

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

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)

Parámetros

statements
Collection<Saml2Statement>

Colección de a partir de Saml2Statement la cual se crean las notificaciones.

subject
ClaimsIdentity

Sujeto al que se agregan las notificaciones.

issuer
String

Emisor.

Excepciones

subject es null.

Se aplica a