Sdílet prostřednictvím


ClientFormsAuthenticationMembershipProvider.CreateUser Metoda

Definice

Tato metoda není používána touto třídou.

public:
 override System::Web::Security::MembershipUser ^ CreateUser(System::String ^ username, System::String ^ password, System::String ^ email, System::String ^ passwordQuestion, System::String ^ passwordAnswer, bool isApproved, System::Object ^ providerUserKey, [Runtime::InteropServices::Out] System::Web::Security::MembershipCreateStatus % status);
public override System.Web.Security.MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status);
override this.CreateUser : string * string * string * string * string * bool * obj * MembershipCreateStatus -> System.Web.Security.MembershipUser
Public Overrides Function CreateUser (username As String, password As String, email As String, passwordQuestion As String, passwordAnswer As String, isApproved As Boolean, providerUserKey As Object, ByRef status As MembershipCreateStatus) As MembershipUser

Parametry

username
String

Nepoužívá se.

password
String

Nepoužívá se.

email
String

Nepoužívá se.

passwordQuestion
String

Nepoužívá se.

passwordAnswer
String

Nepoužívá se.

isApproved
Boolean

Nepoužívá se.

providerUserKey
Object

Nepoužívá se.

status
MembershipCreateStatus

Nepoužívá se.

Návraty

Neužívá se. Tato metoda vždy vyvolá výjimku.

Výjimky

Vždy vyvolána.

Poznámky

Pomocí třídy nelze vytvářet, odstraňovat ani upravovat informace o uživateli ClientFormsAuthenticationMembershipProvider .

Platí pro

Viz také