RoleValidator<TRole> Constructor (RoleManager<TRole, String>)
Initializes a new instance of the RoleValidator<TRole> class.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
public RoleValidator(
RoleManager<TRole, string> manager
)
public:
RoleValidator(
RoleManager<TRole, String^>^ manager
)
new :
manager:RoleManager<'TRole, string> -> RoleValidator
Public Sub New (
manager As RoleManager(Of TRole, String)
)
Parameters
manager
Type: Microsoft.AspNet.Identity.RoleManager<TRole, String>The role manager.
See Also
RoleValidator<TRole> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top