5 references to AttributeStatement
System.IdentityModel (5)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (5)
2722
else if (realReader.IsStartElement(Saml2Constants.Elements.
AttributeStatement
, Saml2Constants.Namespace))
3298
else if (!reader.IsStartElement(Saml2Constants.Elements.
AttributeStatement
, Saml2Constants.Namespace))
3300
reader.ReadStartElement(Saml2Constants.Elements.
AttributeStatement
, Saml2Constants.Namespace);
3316
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID3061, Saml2Constants.Elements.
AttributeStatement
, Saml2Constants.Namespace));
3390
writer.WriteStartElement(Saml2Constants.Elements.
AttributeStatement
, Saml2Constants.Namespace);