2 references to RoleClaimType
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
924
string roleClaimType = dictionaryReader.GetAttribute(dictionary.
RoleClaimType
, dictionary.EmptyString);
1316
dictionaryWriter.WriteAttributeString(dictionary.
RoleClaimType
, dictionary.EmptyString, identity.RoleClaimType);