MONGOC_CLIENT_DECRYPTION_DECRYPT(3) | libmongoc | MONGOC_CLIENT_DECRYPTION_DECRYPT(3) |
mongoc_client_decryption_decrypt - mongoc_client_decryption_decrypt()
bool mongoc_client_encryption_decrypt (mongoc_client_encryption_t *client_encryption,
const bson_value_t *ciphertext,
bson_value_t *value,
bson_error_t *error);
Performs explicit decryption.
value is always initialized (even on failure). Caller must call bson_value_destroy() to free.
Returns true if successful. Returns false and sets error otherwise.
MongoDB, Inc
2017-present, MongoDB, Inc
June 4, 2021 | 1.17.6 |