Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Membership::CreateUser Method

 

Adds a new user to the data store.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateUser(String^, String^)

Adds a new user to the data store.

System_CAPS_pubmethodSystem_CAPS_staticCreateUser(String^, String^, String^)

Adds a new user with a specified e-mail address to the data store.

System_CAPS_pubmethodSystem_CAPS_staticCreateUser(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateUser(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.

Return to top
Show:
© 2017 Microsoft