Click or drag to resize

VGSecurityManagerApplicationName Property

gets the name 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 string ApplicationName { get; }

Property Value

Type: String
The name of the application.
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 value is defined in the Visual Guard repository and can be modified by editing the property 'name' of the application in the Visual Guard console.
See Also