Visual Guard Class Library Documentation

VGSecurityRuntime Constructor (VGSecurityRuntime)

Creates a new instance of VGSecurityRuntime based on an existing runtime.

public VGSecurityRuntime(
   VGSecurityRuntime runtime
);

Parameters

runtime
the runtime used as source.

Remarks

This method allows to create a new instance of a runtime that will access to the same repository with the same application id. Visual Guard will use the settings of the existing runtime to access to the repository and it will use the same cache to store the information loaded from the repository.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace | VGSecurityRuntime Constructor Overload List