#include <p6kmipserverparser.h>
Public Attributes | |
P6UINT32 | cryptoUsageMask |
P6UINT32 | leaseTime |
p6IKMIPStr * | pUniqueId |
P6INT64 | usageLimitsCount |
The contents of a check request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifier for the managed object in this request usageLimitsCount - (optional) remaining number of usage limits units allowed to be protected (set to -1 when not in use) cryptoUsageMask - (optional) how the client intends to use the managed object (set to zero if not in use) leaseTime - (optional) interval value, holds the initial length of time allowed for a lease (set to zero if not in use)
Definition at line 556 of file p6kmipserverparser.h.