Gets or sets the path of the Visual Guard configuration file.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static string ConfigurationFile { get; set; }
Visual Basic (Declaration)
Public Shared Property ConfigurationFile As String

Remarks

By default, the Visual Guard configuration file is named VisualGuardConfiguration.exe.config and is located in the same directory as the Novalys.VisualGuard.Security assembly. This property must be set before calling the other methods of VGSecurityManager.

Click here for more information about Visual Guard configuration files, see "How to generate or edit the Visual Guard configuration files"

See Also