IdentityUser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| IdentityUser() |
Constructor which creates a new Guid for the Id |
| IdentityUser(String) |
Constructor that takes a userName |
IdentityUser()
Constructor which creates a new Guid for the Id
public:
IdentityUser();
public IdentityUser ();
Public Sub New ()
Applies to
IdentityUser(String)
Constructor that takes a userName
public:
IdentityUser(System::String ^ userName);
public IdentityUser (string userName);
new Microsoft.AspNet.Identity.CoreCompat.IdentityUser : string -> Microsoft.AspNet.Identity.CoreCompat.IdentityUser
Public Sub New (userName As String)
Parameters
- userName
- String