2 references to AttributeName
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2602
attribute.Name = reader.GetAttribute(SamlConstants.AttributeNames.
AttributeName
, null);
2777
writer.WriteAttributeString(SamlConstants.AttributeNames.
AttributeName
, null, attribute.Name);