9 references to RoleClaimType
Microsoft.AspNetCore.Authentication (1)
TicketSerializer.cs (1)
95
WriteWithDefault(writer, identity.
RoleClaimType
, ClaimsIdentity.DefaultRoleClaimType);
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
35
identity.AddClaim(new Claim(identity.
RoleClaimType
, claim));
84
identity.AddClaim(new Claim(identity.
RoleClaimType
, claim));
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
AuthenticationStateSerializationOptions.cs (2)
26
/// the <see cref="ClaimsIdentity.NameClaimType"/> and <see cref="ClaimsIdentity.
RoleClaimType
"/> claims.
47
data.RoleClaimType = identity.
RoleClaimType
;
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
302
|| !string.Equals(current.
RoleClaimType
, incoming.
RoleClaimType
, StringComparison.Ordinal)
System.Security.Claims (2)
System\Security\Claims\ClaimsPrincipal.cs (1)
479
if (_identities[i].HasClaim(_identities[i].
RoleClaimType
, role))
System\Security\Claims\GenericPrincipal.cs (1)
55
roleClaims.Add(new Claim(claimsIdentity.
RoleClaimType
, role, ClaimValueTypes.String, ClaimsIdentity.DefaultIssuer, ClaimsIdentity.DefaultIssuer, claimsIdentity));