Provided by: libmongoc-doc_1.30.4-1ubuntu1_all 

SYNOPSIS
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 In-Use Encryption.
PARAMETERS
• opts: The mongoc_client_encryption_opts_t
• db: The database name of the key vault collection.
• coll: The collection name of the key vault collection.
SEE ALSO:
mongoc_client_encryption_new()
In-Use Encryption
AUTHOR
MongoDB, Inc
COPYRIGHT
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 202MONGOC_CLIENT_ENCRYPTI...SET_KEY_VAULT_NAMESPACE(3)