Share via


SamlSecurityTokenHandler.CollectAttributeValues Método

Definición

Obtiene los atributos con un tipo común de petición, un tipo de valor de petición, y un emisor original en un solo atributo con varios valores.

protected:
 virtual System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ CollectAttributeValues(System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
protected virtual System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> CollectAttributeValues (System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> attributes);
abstract member CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute>
override this.CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute>
Protected Overridable Function CollectAttributeValues (attributes As ICollection(Of SamlAttribute)) As ICollection(Of SamlAttribute)

Parámetros

attributes
ICollection<SamlAttribute>

Colección de tipos SamlAttribute que contienen los atributos generados a partir de notificaciones.

Devoluciones

Colección de SamlAttribute que contiene los atributos derivados de la colección de entrada. Los atributos en la colección de entrada que comparten un tipo común de reclamación, el valor de reclamación y el emisor original con otros atributos se consolidan en un solo atributo con varios valores en la colección de salida. Los atributos en la colección de entrada que no comparten el tipo de reclamación, el valor de reclamación o el emisor original con otros atributos aparecen inalterados en la colección de salida.

Se aplica a