Visual Guard Class Library Documentation

VGRoles.CreateInstance Method 

Creates a VGRolesInstance using a specific security runtime

public static VGRolesInstance CreateInstance(
   VGSecurityRuntime runtime
);

Parameters

runtime
The security runtime used by the created instance.

Return Value

A new instance of the VGRolesInstance class.

Exceptions

Exception Type Condition
ArgumentNullException the specified runtime is null.

See Also

VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace