Adds a new user to the Visual Guard repository.
A VGMembershipUser object for the newly created user.
Exception Type | Condition |
---|---|
VGMembershipCreateUserException | The user was not created. Check the StatusCode property for a VGMembershipCreateStatus value. |
ArgumentNullException | username is null. |
ArgumentException | The providerUserKey parameter is not null. - or - username is empty or is longer than 64 characters or contains comma. |
VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace