2 writes to Assertion
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
262this.Assertion = dictionary.CreateString(IdentityModelStringsVersion1.String28, 28); 323this.Assertion = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String28);
7 references to Assertion
System.IdentityModel (7)
System\IdentityModel\Tokens\SamlAdvice.cs (2)
57throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.Assertion.Value)); 128else if (reader.IsStartElement(dictionary.Assertion, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAssertion.cs (2)
497if (!wrappedReader.IsStartElement(dictionary.Assertion, dictionary.Namespace)) 630writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.Assertion, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
51throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.Assertion.Value));
System\IdentityModel\Tokens\SamlEvidence.cs (2)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.Assertion.Value)); 121else if (reader.IsStartElement(dictionary.Assertion, dictionary.Namespace))