mongoc_auto_encryption_opts_set_extra - Man Page

Synopsis

void
mongoc_auto_encryption_opts_set_extra (mongoc_auto_encryption_opts_t *opts,
                                       const bson_t *extra);

Parameters

extra is a bson_t <https://www.mongoc.org/libbson/current/bson_t.html> containing any of the following optional fields:

See also:

mongoc_client_enable_auto_encryption() <>
In-Use Encryption <https://www.mongodb.com/docs/languages/c/c-driver/current/libmongoc/guides/in-use-encryption/>
MongoDB Manual documentation for crypt_shared: Automatic Encryption Shared Library <https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/shared-library/>
MongoDB Manual documentation for mongocryptd: Install and Configure mongocryptd <https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/mongocryptd/>

Author

MongoDB, Inc

Info

Mar 04, 2026 2.2.3 libmongoc