Defines all types of application supported by Visual Guard
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2.7.809.10 (2.7.809.19)
Syntax
| C# |
|---|
public enum VGApplicationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGApplicationType |
Members
| Member name | Description | |
|---|---|---|
| ASPNET_2_0 |
Represents ASP.Net (2.0 or higher) application based on Website project.
| |
| ASPNET_1_1 |
Represents ASP.Net 1.1 application.
| |
| WinForm |
Represents WinForm application.
| |
| ASPNET_2_0_WebApplication |
Represents ASP.Net (2.0 or higher) application based on Web Application project.
|