IdentityUser<TKey, TLogin, TRole, TClaim> Constructor ()

 

Initializes a new instance of the IdentityUser<TKey, TLogin, TRole, TClaim> class.

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

Syntax

public IdentityUser()
public:
IdentityUser()
new : unit -> IdentityUser
Public Sub New

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top