Description

Used for Offline activation mode. On the user's computer without Internet access, it prepares an activation request for further sending to the Guardant license activation server using the SendActivationRequest method.

To save the activation request, the function allocates memory. To free the allocated memory, call the GrdFree method.

Syntax

public unsafe Status CreateActivationRequest(out byte[] outRequest)

Parameters

outRequest
Returned buffer with the request for Offline activation

Return values

GRD_OK

GRD_INVALID_SERIAL_NUMBER

GRD_LICENSE_ALREADY_ACTIVATED

GRD_GET_HARDWARE_ID_ERROR

GRD_NOT_ENOUGH_HARWARE_TO_BIND

GRD_ACTIVATION_ON_VM_FORBIDDEN

GRD_INVALID_PARAMETER

  • No labels