mongoc_client_encryption_opts_set_key_vault_namespace
mongoc_client_encryption_opts_set_keyvault_namespace()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_client_encryption_opts_set_keyvault_namespace()
void mongoc_client_encryption_opts_set_keyvault_namespace ( mongoc_client_encryption_opts_t *opts, const char *db, const char *coll);
Set the database and collection name of the key vault. The key vault is the specially designated collection containing encrypted data keys for Client-Side Field Level Encryption.
SEE ALSO:
mongoc_client_encryption_new()
The guide for Using Client-Side Field Level Encryption
MongoDB, Inc
2017-present, MongoDB, Inc