ExtendedMembershipProvider.CreateUserAndAccount Method

Include Protected Members
Include Inherited Members

Creates a new user profile and a new membership account.

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 CreateUserAndAccount(String, String) Creates a new user profile and a new membership account.
Public method CreateUserAndAccount(String, String, Boolean) Creates a new user profile and a new membership account.
Public method CreateUserAndAccount(String, String, IDictionary<String, Object>) When overridden in a derived class, creates a new user profile and a new membership account.
Public method CreateUserAndAccount(String, String, Boolean, IDictionary<String, Object>) When overridden in a derived class, creates a new user profile and a new membership account.

Top

Remarks

For more information, see the WebSecurity class overview.

See Also

Reference

ExtendedMembershipProvider Class

WebMatrix.WebData Namespace