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