Visual Guard Class Library Documentation

VGMembership.CreateUser Method (String, String)

Adds a new user to the Visual Guard repository.

public static VGMembershipUser CreateUser(
   String username,
   String password
);

Parameters

username
The user name for the new user.
password
The password for the new user.

Return Value

A VGMembershipUser object for the newly created user.

Exceptions

Exception Type Condition
VGMembershipCreateUserException The user was not created. Check the StatusCode property for a VGMembershipCreateStatus value.
SecurityException The current user has not enough privileges to use Membership API. The Membership access level of the application must be sufficient to allows this action or the 'Membership Manager' role must be granted to the user by using the Visual Guard console.

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace | VGMembership.CreateUser Overload List