6 references to AttributeValue
System.IdentityModel (6)
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
3221while (reader.IsStartElement(Saml2Constants.Elements.AttributeValue, Saml2Constants.Namespace)) 3311writer.WriteStartElement(Saml2Constants.Elements.AttributeValue, Saml2Constants.Namespace);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
3033while (reader.IsStartElement(Saml2Constants.Elements.AttributeValue, Saml2Constants.Namespace)) 3154reader.ReadStartElement(Saml2Constants.Elements.AttributeValue, Saml2Constants.Namespace); 3236writer.WriteStartElement(Saml2Constants.Elements.AttributeValue, Saml2Constants.Namespace);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2730reader.ReadStartElement(Saml2Constants.Elements.AttributeValue, SamlConstants.Namespace);