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