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