Click or drag to resize

VGSecurityRuntimeApplicationType Property

Indicates the type of application managed by Visual Guard

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGApplicationType ApplicationType { get; }

Property Value

Type: VGApplicationType
a VGApplicationType indicating the type of the application (WinForm or ASP.Net). By default the value is WinForm.
Exceptions
ExceptionCondition
VGConfigurationExceptionThe 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.
Remarks
This method supports the Visual Guard infrastructure and is not intended to be used directly from your code.
See Also