Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPClient3::createSecretDataObject ( P6KMIP_SERVERSECRETDATA  objParams,
P6KMIP_NEWOBJECT pCreate,
P6KMIP_RESULT pResult 
)
pure virtual

Ask the KMIP server to create a secret data managed object with a set of attributes specified by the caller (a KMIP 1.4 function).

For example, a client could as the KMIP server to generate a password.

Parameters
objParams[ in ] parameters required for the server to create a type of secret data object
pCreate[ out ] P6KMIP_NEWOBJECT containing a new unique identifier of the newly created secret data object and any new attributes that the server wants to return
pResult[ out ] Server returned status indicators
Returns
FailureP6R::eNotInitializedA successful call to initialize() is required.
P6R::eNotConnA successful call to open() is required before this function is called.
P6R::eInvalidArgOne of the pointers is NULL. If keyParams.pAttributes is NULL.
P6R::eFormatErrorParsing error occurred while parsing a KMIP server response.
P6R::eTooBigMessage returned by server is too big to fit in configured buffers.
P6R::eTooSmallThe configured buffer size in P6KMIP_PREF.maxBufferSize is too small to hold the request message.