Loads the permission of the GetCurrent()()() identity.
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() |
| Visual Basic (Declaration) |
|---|
Public Function LoadSecurity As VGAuthorizationState |
Return Value
A VGAuthorizationState representing the state of the authorization
Remarks
If a user has more than one role in the application, you can use the PermissionsLoading event to allow the user to select a role in the granted roles list.
By default, Visual Guard will create permission set that will be a union of all permission sets granted to the roles.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException |
the repository does not support Windows authentication mode. |
| 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. |