System.Web.Security.ActiveDirectoryMembershipProvider.CreateUser Method
Documentation for this section has not yet been entered.

Syntax

public override MembershipUser CreateUser (string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, object providerUserKey, out MembershipCreateStatus status)

Parameters

username
Documentation for this section has not yet been entered.
password
Documentation for this section has not yet been entered.
email
Documentation for this section has not yet been entered.
pwdQuestion
Documentation for this section has not yet been entered.
pwdAnswer
Documentation for this section has not yet been entered.
isApproved
Documentation for this section has not yet been entered.
providerUserKey
Documentation for this section has not yet been entered.
status
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0