GetDecryptionKey

Available only to root level system users Returns (Task<Tuple<byte[], byte[]»)

Overview of GetDecryptionKey goes here.

Name Description

Get Decryption Key

Example in C#

// Returns: Byte
var item = await client.GetDecryptionKey();

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/currentuser/decryption-key \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json'