2 writes to AssertionIdReference
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
264this.AssertionIdReference = dictionary.CreateString(IdentityModelStringsVersion1.String30, 30); 325this.AssertionIdReference = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String30);
6 references to AssertionIdReference
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlAdvice.cs (3)
46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.AssertionIdReference.Value)); 121if (reader.IsStartElement(dictionary.AssertionIdReference, dictionary.Namespace)) 159writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.AssertionIdReference, dictionary.Namespace);
System\IdentityModel\Tokens\SamlEvidence.cs (3)
41throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.AssertionIdReference.Value)); 115if (reader.IsStartElement(dictionary.AssertionIdReference, dictionary.Namespace)) 155writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.AssertionIdReference, dictionary.Namespace);