Visual Guard Class Library Documentation

VGSecurityRuntime.ApplicationType Property

Indicates the type of application managed by Visual Guard

public VGApplicationType ApplicationType {get;}

Property Value

a VGApplicationType indicating the type of the application (WinForm or ASP.Net). By default the value is WinForm.

Remarks

This method supports the Visual Guard infrastructure and is not intended to be used directly from your code.

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