SamlSecurityTokenHandler.ConsolidateAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collects attributes with a common claim type, claim value type, and original issuer into a single attribute with multiple values.
protected virtual System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> ConsolidateAttributes (System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> attributes);
abstract member ConsolidateAttributes : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> -> System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute>
override this.ConsolidateAttributes : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute> -> System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAttribute>
Protected Overridable Function ConsolidateAttributes (attributes As ICollection(Of SamlAttribute)) As ICollection(Of SamlAttribute)
Parameters
- attributes
- ICollection<SamlAttribute>
ICollection<T> to consolidate.
Returns
ICollection<T>common attributes collected into value lists.