'DeclarationPublic Function Create( _ ByVal userName As String, _ ByVal password As String, _ ByVal enabled As Boolean _ ) As String
'UsageDim instance As MemoryNameAndPasswordUserManager Dim userName As String Dim password As String Dim enabled As Boolean Dim value As String value = instance.Create(userName, password, enabled)
Parameters
- userName
- The username for the new user.
The value of this parameter cannot be
null(Nothingin Visual Basic). - password
- The password for the new user.
The value of this parameter cannot be
null(Nothingin Visual Basic). - enabled
- Whether the new user should be enabled.
Return Value
null if the operation failed.
This method can return null (Nothing in Visual Basic).