Docly

How to use Visual-Guard API ?

Estimated reading: 2 minutes 366 views

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

How to use VisualGuard API?

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.

  1. VGSecurityManager and
  2. VGSecurityRuntime

How to manager users ?
How to manager users ?

To use the API of Visual-Guard, you need:

How to manage group ?
How to manage group ?

All actions of VGGroup Add following namespaces in

How to manage roles ?
How to manage roles ?

Role operations Create/Update/Delete roles Create role profile attributes

How to manage PermissionSet & Permissions ?
How to manage PermissionSet & Permissions ?

PermissionSets/Permissions operations Create/Update/Delete permissionset Get permissionsets from storage

How to manage logging ?
How to manage logging ?

EventId – Unique identifier of log entry. ApplicationId

How to debugging Visual Guard ?
How to debugging Visual Guard ?

Why my user is rejected during the authentication

Leave a Comment

Share this Doc
CONTENTS