System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (10)
469return reader.IsStartElement(SAML2.Elements.Assertion, SAML2.Namespace)
870return reader.IsStartElement(SAML2.Elements.Assertion, SAML2.Namespace)
2502else if (reader.IsStartElement(Saml2Constants.Elements.Assertion, Saml2Constants.Namespace))
2628if (!plaintextReader.IsStartElement(Saml2Constants.Elements.Assertion, Saml2Constants.Namespace))
2630plaintextReader.ReadStartElement(Saml2Constants.Elements.Assertion, Saml2Constants.Namespace);
2660throw DiagnosticUtility.ThrowHelperXml(realReader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Version, Saml2Constants.Elements.Assertion));
2672throw DiagnosticUtility.ThrowHelperXml(realReader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.ID, Saml2Constants.Elements.Assertion));
2681throw DiagnosticUtility.ThrowHelperXml(realReader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.IssueInstant, Saml2Constants.Elements.Assertion));
2871writer.WriteStartElement(Saml2Constants.Elements.Assertion, Saml2Constants.Namespace);
4247else if (reader.IsStartElement(Saml2Constants.Elements.Assertion, Saml2Constants.Namespace))