RoleValidator<TRole, TKey> Class
Represents a class that validates roles before they are saved.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
System.Object
Microsoft.AspNet.Identity.RoleValidator<TRole, TKey>
Microsoft.AspNet.Identity.RoleValidator<TRole>
Microsoft.AspNet.Identity.RoleValidator<TRole, TKey>
Microsoft.AspNet.Identity.RoleValidator<TRole>
| Name | Description | |
|---|---|---|
![]() | RoleValidator<TRole, TKey>(RoleManager<TRole, TKey>) | Initializes a new instance of the RoleValidator<TRole, TKey> class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateAsync(TRole) | Asynchronously validates a role before saving. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

