|
SYNOPSISbool mongoc_client_encryption_rewrap_many_datakey ( Rewraps zero or more data keys in the key vault collection that match the provided filter. A NULL argument for filter is equivalent to being given an empty document (match all). If provider is NULL, rewraps matching data keys with their current KMS provider and master key. If provider is not NULL, rewraps matching data keys with the new KMS provider as described by master_key. The master_key document must conform to the Client Side Encryption specification. PARAMETERS
RETURNSReturns true if successful. Returns false and sets error otherwise. SEE ALSO: mongoc_client_encryption_rewrap_many_datakey_result_t AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|