IdentityUser Constructor
Initializes a new instance of the IdentityUser class.
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New IdentityUser()
public IdentityUser()
public:
IdentityUser()
new : unit -> IdentityUser
public function IdentityUser()
See Also
Reference
Microsoft.AspNet.Identity.EntityFramework Namespace