1 write to Id
Microsoft.Extensions.Identity.Stores (1)
IdentityRole.cs (1)
21
Id
= Guid.NewGuid().ToString();
3 references to Id
Microsoft.Extensions.Identity.Stores (3)
RoleStoreBase.cs (2)
84
return Task.FromResult(ConvertIdToString(role.
Id
)!);
247
=> new TRoleClaim { RoleId = role.
Id
, ClaimType = claim.Type, ClaimValue = claim.Value };
UserStoreBase.cs (1)
1026
RoleId = role.
Id