Share via


ExtendedMembershipProvider.CreateAccount Method

Include Protected Members
Include Inherited Members

Creates a new user account by using the specified user name and password.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateAccount(String, String) Creates a new user account using the specified user name and password.
Public method CreateAccount(String, String, Boolean) When overridden in a derived class, creates a new user account using the specified user name and password, optionally requiring that the new account must be confirmed before the account is available for use.

Top

Remarks

This method does not create an entry in the user profile table, only in the membership table. For more information, see the WebSecurity class overview.

See Also

Reference

ExtendedMembershipProvider Class

WebMatrix.WebData Namespace