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