2 instantiations of AttributeKey
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1180SamlAttributeKeyComparer.AttributeKey attributeKey = new SamlAttributeKeyComparer.AttributeKey(saml2Attribute);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
483SamlAttributeKeyComparer.AttributeKey attributeKey = new SamlAttributeKeyComparer.AttributeKey(SamlAttribute);
10 references to AttributeKey
System.IdentityModel (10)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1173Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute>(attributes.Count, new SamlAttributeKeyComparer()); 1180SamlAttributeKeyComparer.AttributeKey attributeKey = new SamlAttributeKeyComparer.AttributeKey(saml2Attribute);
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (4)
12internal class SamlAttributeKeyComparer : IEqualityComparer<SamlAttributeKeyComparer.AttributeKey> 83public bool Equals( AttributeKey x, AttributeKey y ) 93public int GetHashCode( AttributeKey obj )
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
475Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute>(attributes.Count, new SamlAttributeKeyComparer()); 483SamlAttributeKeyComparer.AttributeKey attributeKey = new SamlAttributeKeyComparer.AttributeKey(SamlAttribute);