RoleManager<TRole, TKey>
RoleManager(IRoleStore<TRole, TKey>)
Roles
RoleValidator
Store
CreateAsync(TRole)
DeleteAsync(TRole)
Dispose()
Dispose(Boolean)
FindByIdAsync(TKey)
FindByNameAsync(String)
RoleExistsAsync(String)
UpdateAsync(TRole)
Create<TRole, TKey>(RoleManager<TRole, TKey>, TRole)
Delete<TRole, TKey>(RoleManager<TRole, TKey>, TRole)
FindById<TRole, TKey>(RoleManager<TRole, TKey>, TKey)
FindByName<TRole, TKey>(RoleManager<TRole, TKey>, String)
RoleExists<TRole, TKey>(RoleManager<TRole, TKey>, String)
Update<TRole, TKey>(RoleManager<TRole, TKey>, TRole)
net481
namespace Microsoft.AspNet.Identity
{
public class RoleManager<TRole, TKey> : IDisposable
where TRole, class, IRole<TKey>
where TKey, IEquatable<TKey>
{
protected virtual void Dispose(bool disposing);
}
}
.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 | |
Assembly | Microsoft.AspNet.Identity.Core , Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNet.Identity.Core (2.2.4) net45 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API