#include <p6kmipserverparser.h>
The contents of a MAC verify request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifiers for the key to use for the MAC verify operation cryptoParams - (optional) cryptograhic algorithm corresponding to the particular MAC method requested pData - (optional) byte string of data to be MACed pMACData - required for single part operation, optional for streaming operation, byte string MAC to be verified pCorrelationValue - (optional) used for streaming sign operation, specifies the stream of data to use initIndicator - (optional) used for streaming sign operation, a boolean value: 0 - false, 1 - true, -1 not set by client finalIndicator - (optional) used for streaming sign operation, a boolean value: 0 - false, 1 - true, -1 not set by client
Definition at line 808 of file p6kmipserverparser.h.