Visual Guard Class Library Documentation

VGSecurityRuntime.ApplicationId Property

Gets or sets the id of the application managed by Visual Guard

public Guid ApplicationId {get; set;}

Property Value

The id of the application.

Remarks

This method reinitializes the current security context and will unload the security permissions granted to the current user. When the specified application id is equal to Empty, Visual Guard will use the id specified in the configuration file.

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.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace