2 references to NameClaimType
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
921
string nameClaimType = dictionaryReader.GetAttribute(dictionary.
NameClaimType
, dictionary.EmptyString);
1310
dictionaryWriter.WriteAttributeString(dictionary.
NameClaimType
, dictionary.EmptyString, identity.NameClaimType);