Click or drag to resize

How to use VisualGuard API

ind bandeau haut
  • Visual Guard for .Net allows you to secure your .Net application, it will help you to add authentication and authorization features in your application.

  • This documentation helps you to learn how to integrate Visual Guard in you application and describes all classes delivered with Visual Guard assemblies.

Before You Begin

You must first integrate Visual-Guard in your application.

If you have a problem during the installation or when you use Visual Guard, you can consult the FAQ or contact our support at support@visual-guard.com

How to use VisualGuard API?

Visual Guard API is a very rich set of functionalities. By using it, You can perform all the operations same like WinConsole or WebConsole.

Note Note

You must add 'Novalys.VisualGuard.Security.dll' and VisualGuard configuration files in your project to perform any Visual Guard API operation.

Note Note

User must have enough rights for executing Visual Guard operations via API.

Example: To update a user, user must have the "CanUpdateUser" permission.

Basic methodology to use VisualGuard API.

There are 2 main entry point classes to deal with Visual Guard Security.

  1. VGSecurityManager and

  2. VGSecurityRuntime

API Operations