Adding new option parameter to DeleteKMIPObject() to allow for the force deletion of a KMIP object which will allow deletion regardless of any blocking conditions.
The new option parameter reuses what used to be DeleteKeyRingQueryOption, which is renamed to RequestOpt, to avoid duplicate code.
Adding new option parameter to
DeleteKMIPObject()
to allow for the force deletion of a KMIP object which will allow deletion regardless of any blocking conditions.The new option parameter reuses what used to be
DeleteKeyRingQueryOption
, which is renamed toRequestOpt
, to avoid duplicate code.