2 writes to NameIdentifierFormat
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
291this.NameIdentifierFormat = dictionary.CreateString(IdentityModelStringsVersion1.String57, 57); 352this.NameIdentifierFormat = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String57);
2 references to NameIdentifierFormat
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSubject.cs (2)
273this.nameFormat = reader.GetAttribute(dictionary.NameIdentifierFormat, null); 364writer.WriteStartAttribute(dictionary.NameIdentifierFormat, null);