11 references to Attribute
System.IdentityModel (11)
System\IdentityModel\Metadata\MetadataSerializer.cs (5)
855
else if (reader.IsStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace))
3177
if (!reader.IsStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace))
3179
reader.ReadStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace);
3197
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Name, Saml2Constants.Elements.
Attribute
));
3291
writer.WriteStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
2971
if (!reader.IsStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace))
2973
reader.ReadStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace);
2991
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Name, Saml2Constants.Elements.
Attribute
));
3199
writer.WriteStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace);
3330
else if (reader.IsStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace))
3343
reader.ReadStartElement(Saml2Constants.Elements.
Attribute
, Saml2Constants.Namespace);