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