Npgsql Api Docs

NpgsqlMembershipProvider.CreateUser Method 

[Visual Basic]
Overrides Public Function CreateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal email As String, _
   ByVal passwordQuestion As String, _
   ByVal passwordAnswer As String, _
   ByVal isApproved As Boolean, _
   ByVal providerUserKey As Object, _
   ByRef status As MembershipCreateStatus _
) As MembershipUser
[C#]
public override MembershipUser CreateUser(
   string username,
   string password,
   string email,
   string passwordQuestion,
   string passwordAnswer,
   bool isApproved,
   object providerUserKey,
   out MembershipCreateStatus status
);

See Also

NpgsqlMembershipProvider Class | Npgsql.Web Namespace