Click or drag to resize

VGSecurityManagerConfigurationFile Property

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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static string ConfigurationFile { get; set; }

Property Value

Type: 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