Visual Guard Class Library Documentation

VGMembershipInstance.AddWindowsAccount Method (NTAccount, VGMembershipCreateStatus&)

Adds a new windows account to the Visual Guard repository.

public VGMembershipUser AddWindowsAccount(
   NTAccount account,
   out VGMembershipCreateStatus& status
);

Parameters

account
A NTAccount object representing the windows account that will be added to the repository.
status
A VGMembershipCreateStatus indicating that the account was added successfully or the reason creation failed.

Return Value

A VGMembershipUser object for the newly created user. null value when the creation fails.

Remarks

This method is available only for the .Net framework version 2.0 or later.

When a default role is defined for your application, the default role is automatically granted to the user. You can define a default role to your application in the Visual Guard console.

Exceptions

Exception TypeCondition
SecurityExceptionThe 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

VGMembershipInstance Class | Novalys.VisualGuard.Security.Membership Namespace | VGMembershipInstance.AddWindowsAccount Overload List