logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Parameters

opts: The mongoc_auto_encryption_opts_tdb: A constchar* representing the database name of the key vault collection.

       • coll: A constchar* representing the collection name of the key vault collection.

       SEEALSO:mongoc_client_enable_auto_encryption()In-UseEncryption

Synopsis

          void
          mongoc_auto_encryption_opts_set_keyvault_namespace (
             mongoc_auto_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-UseEncryption.

See Also