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