mongoc_auto_encryption_opts_set_key_vault_namespace - mongoc_auto_encryption_opts_set_keyvault_namespace()

NAME  SYNOPSIS  PARAMETERS  AUTHOR  COPYRIGHT 

NAME

mongoc_auto_encryption_opts_set_key_vault_namespace − mongoc_auto_encryption_opts_set_keyvault_namespace()

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−Use Encryption.

PARAMETERS

opts: The mongoc_auto_encryption_opts_t

db: A const char * representing the database name of the key vault collection.

coll: A const char * representing the collection name of the key vault collection.

SEE ALSO:

mongoc_client_enable_auto_encryption()

In−Use Encryption

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc


Updated 2024-01-29 - jenkler.se | uex.se