PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates the user.
Namespace: Smartsite.DigiD
Assembly: Smartsite.DigiD (in Smartsite.DigiD.dll)
Syntax
C# | Copy Code |
---|---|
public override CreateUser( string userName, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, providerUserKey, out status ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function CreateUser ( _ userName As , _ password As , _ email As , _ passwordQuestion As , _ passwordAnswer As , _ isApproved As , _ providerUserKey As , _ <> ByRef status As _ ) As |
Parameters
- userName
- String
Name of the user.
- password
- String
The password.
- String
The email.
- passwordQuestion
- String
The password question.
- passwordAnswer
- String
The password answer.
- isApproved
- Boolean
if set to true [is approved].
- providerUserKey
- Object
The provider user key.
- status
- MembershipCreateStatus%
The status.
Return Value
See Also
DigiDMembershipProvider Class
Smartsite.DigiD Namespace