Loads the permission of the given user name.
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGAuthorizationState LoadSecurity( string name, VGAuthenticationMode mode, bool isAuthenticated ) |
| Visual Basic (Declaration) |
|---|
Public Function LoadSecurity ( _ name As String, _ mode As VGAuthenticationMode, _ isAuthenticated As Boolean _ ) As VGAuthorizationState |
Parameters
- name
- Type: System..::.String
the name of the user.
- mode
- Type: Novalys.VisualGuard.Security..::.VGAuthenticationMode
the authentication mode used to authenticate the user.
- isAuthenticated
- Type: System..::.Boolean
Indicates the given user has been authenticated.
Return Value
A VGAuthorizationState representing the state of the authorization
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException |
the repository does not support the specified Visual Guard authentication mode. |
| System..::.ArgumentNullException |
name is null. |
| System..::.ArgumentException |
The name is longer than 64 characters - or -The name is empty. - or -The mode is equal to Windows. If you want to load the security for a Windows account, you have to call LoadSecurity(IIdentity) |
| Novalys.VisualGuard.Security..::.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. |