RoleManager<TRole>
RoleManager(IRoleStore<TRole>, IEnumerable<IRoleValidator<TRole>>, ILookupNormalizer, IdentityErrorDescriber, ILogger<RoleManager<TRole>>, IHttpContextAccessor)
RoleManager(IRoleStore<TRole, String>)
Logger
Roles
Store
SupportsQueryableRoles
SupportsRoleClaims
AddClaimAsync(TRole, Claim)
CreateAsync(TRole)
DeleteAsync(TRole)
Dispose()
Dispose(Boolean)
FindByIdAsync(String)
FindByNameAsync(String)
GetClaimsAsync(TRole)
GetRoleIdAsync(TRole)
GetRoleNameAsync(TRole)
NormalizeKey(String)
RemoveClaimAsync(TRole, Claim)
RoleExistsAsync(String)
SetRoleNameAsync(TRole, String)
UpdateAsync(TRole)
UpdateNormalizedRoleNameAsync(TRole)
net481
namespace Microsoft.AspNet.Identity
{
public class RoleManager<TRole> : IDisposable
where TRole, class
}
nuget.org | 0.0 % Reference this API 0.0 % Derive from this class or interface |
---|---|
Upgrade Planner | 0.1 % Reference this API |
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net481 | |
Assemblies | Microsoft.AspNet.Identity , Version=3.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNet.Identity.Core , Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Requires any:
|
Package | Microsoft.AspNet.Identity (3.0.0-rc1-final) net451 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API