Description
Used for Offline activation mode. On a computer with Internet access, it sends an activation request prepared in advance using the CreateActivationRequest method to the Guardant license activation server.
To save the activation request, the function allocates memory. To free the allocated memory, call the GrdFree method.
Syntax
public unsafe Status SendActivationRequest(string serialNumber, CustomerInfo customerInfo, byte[] activationRequest, out byte[] outResponse)
Parameters
serialNumber | Guardant DL software license serial number |
customerInfo | The CustomerInfo class contains information about the customer. |
activationRequest | Buffer with activation request |
outResponse | Return buffer with response from server |