Overload | Description |
---|---|
CreateUser(String) | Create a new user, with a random generated password. |
CreateUser(String,String) | Create a new user with the specified password. |
CreateUser(String,String,String,String) | Create a new user with the specified password, question, and answer. |
CreateUser(String,String,String,String,String) | Create a new user with the specified password, question, and answer. |
CreateUser(String,String,String,String,String,Boolean,Int32,MembershipCreateStatus) | Creates a new user with the specified parameters. |