Membership::CreateUser Method
.NET Framework (current version)
Adds a new user to the data store.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateUser(String^, String^) | Adds a new user to the data store. |
![]() ![]() | CreateUser(String^, String^, String^) | Adds a new user with a specified e-mail address to the data store. |
![]() ![]() | CreateUser(String^, String^, String^, String^, String^, Boolean, MembershipCreateStatus%) | Adds a new user with specified property values to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed. |
![]() ![]() | CreateUser(String^, String^, String^, String^, String^, Boolean, Object^, MembershipCreateStatus%) | Adds a new user with specified property values and a unique identifier to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed. |
Show:

