Visual Guard Class Library Documentation

VGSecurityRuntime.LoadSecurity Method (String)

Loads the permission of the user identified by the user name.

public VGAuthorizationState LoadSecurity(
   String name
);

Parameters

name
the name of the user.

Return Value

A VGAuthorizationState representing the state of the authorization

Exceptions

Exception Type Condition
NotSupportedException

the repository does not support Visual Guard authentication mode.

VGConfigurationException The 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.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace | VGSecurityRuntime.LoadSecurity Overload List