Visual Guard Class Library Documentation

VGSecurityRuntime.SetPermissionSetCache Method 

Specifies the cache used by Visual Guard to cache permissions

public void SetPermissionSetCache(
   VGIPermissionSetCache cache
);

Parameters

cache
The VGIPermissionSetCache object used as cache.

Remarks

This method supports the Visual Guard Framework infrastructure and is not intended to be used directly from your code. Specifies the cache used by Visual Guard to cache permissions.

Exceptions

Exception Type Condition
VGConfigurationException The configuration file is not valid

or

A problem occurs during the connection to the repository.

or

The version of the repository or the version of the permissions is not supported by the application.
ArgumentNullException the cache is null.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace