6 references to Assertion
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (6)
1522return reader.IsStartElement(SamlConstants.ElementNames.Assertion, SamlConstants.Namespace); 1662else if (reader.IsStartElement(SamlConstants.ElementNames.Assertion, SamlConstants.Namespace)) 1754if (!wrappedReader.IsStartElement(SamlConstants.ElementNames.Assertion, SamlConstants.Namespace)) 1756throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ID4065, SamlConstants.ElementNames.Assertion, SamlConstants.Namespace, wrappedReader.LocalName, wrappedReader.NamespaceURI))); 1877writer.WriteStartElement(SamlConstants.Prefix, SamlConstants.ElementNames.Assertion, SamlConstants.Namespace); 3288else if (reader.IsStartElement(SamlConstants.ElementNames.Assertion, SamlConstants.Namespace))