#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MSGEXTENSIONREQ | extension |
P6UINT32 | objectType |
p6IKMIPAttribute * | pAttribute |
p6IKMIPName * | pName |
The contents of a create request operation from a KMIP client to the key server application.
objectType - the type of managed object, see Section 9.1.3.2.12 in p6kmip.h, Object Type Enumeration pName - an enumerator holding zero or more template names defined for the manged object identified by pUniqueId pAttribute - an enumerator holding one or more attributes defined for the manged object identified by pUniqueId extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 332 of file p6kmipserverparser.h.