1 write to Name
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2602
attribute.
Name
= reader.GetAttribute(SamlConstants.AttributeNames.AttributeName, null);
9 references to Name
System.IdentityModel (9)
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (1)
39
_name = attribute.
Name
;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (8)
1256
claimType = attr.
Name
;
1258
else if (StringComparer.Ordinal.Equals(attr.
Name
, SamlConstants.ElementNames.NameIdentifier))
1269
claimType = attr.Namespace + "/" + attr.
Name
;
1273
claimType = attr.Namespace + attr.
Name
;
1456
string claimType = string.IsNullOrEmpty(innerAttribute.Namespace) ? innerAttribute.
Name
: innerAttribute.Namespace + "/" + innerAttribute.
Name
;
2603
if (string.IsNullOrEmpty(attribute.
Name
))
2777
writer.WriteAttributeString(SamlConstants.AttributeNames.AttributeName, null, attribute.
Name
);