PasswordValidator Constructor

Initializes a new instance of the PasswordValidator class.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New PasswordValidator()
public PasswordValidator()
public:
PasswordValidator()
new : unit -> PasswordValidator
public function PasswordValidator()

See Also

Reference

PasswordValidator Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity