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