RoleValidator<TRole> 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>(RoleManager<TRole, String>) | Initializes a new instance of the RoleValidator<TRole> 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.(Inherited from RoleValidator<TRole, TKey>.) |
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:

