RoleDataGetRoleKey Method

Gets role key.

Definition

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public Task<byte[]> GetRoleKey(
	long roleId
)

Parameters

roleId  Int64
Enterprise Role ID.

Return Value

TaskByte
Role Key

Implements

IRoleDataGetRoleKey(Int64)

See Also