2 writes to NameIdentifier
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
290
this.
NameIdentifier
= dictionary.CreateString(IdentityModelStringsVersion1.String56, 56);
351
this.
NameIdentifier
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String56);
2 references to NameIdentifier
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSubject.cs (2)
271
if (reader.IsStartElement(dictionary.
NameIdentifier
, dictionary.Namespace))
361
writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.
NameIdentifier
, dictionary.Namespace);