2 references to AttributeValue
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2635
while (reader.IsStartElement(SamlConstants.ElementNames.
AttributeValue
, SamlConstants.Namespace))
2804
writer.WriteStartElement(SamlConstants.Prefix, SamlConstants.ElementNames.
AttributeValue
, SamlConstants.Namespace);