Click or drag to resize

VGSecurityManagerApplicationType Property

gets the type of the application managed by Visual Guard

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static 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.
Remarks
This method supports the Visual Guard infrastructure and is not intended to be used directly from your code.
See Also