MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
RoleManager Class
RoleManager Methods
AddRole Method
DeleteRole Method
GetRole Method
GetRoleInvolvedOrganisationUnit Method
GetRoleList Method
GetRoleListFilter Method
GetUserRoles Method
GetUsersInRole Method
HasRoleMasterKeyMode Method
UpdateRole Method
RoleManager
AddRole Method
Adds a new role.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
PsrRole
>
AddRole
(
PsrRole
role
,
byte
[]
publicKey
,
byte
[]
encryptedRolePrivateKey
)
Parameters
role
Type:
PsrApi.Data
PsrRole
publicKey
Type:
System
Byte
encryptedRolePrivateKey
Type:
System
Byte
Return Value
Type:
Task
PsrRole
See Also
Reference
RoleManager Class
PsrApi.Managers Namespace