void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025MONGOC_AUTO_ENCRYPTION...BYPASS_AUTO_ENCRYPTION(3)
Parameters
• opts: The mongoc_auto_encryption_opts_t
• bypass_auto_encryption: A boolean. If true, a mongoc_client_t configured with
mongoc_client_enable_auto_encryption() will only perform automatic decryption (not encryption).
SEEALSO:mongoc_client_enable_auto_encryption()In-UseEncryptionSynopsis
void
mongoc_auto_encryption_opts_set_bypass_auto_encryption (
mongoc_auto_encryption_opts_t *opts, bool bypass_auto_encryption);
