Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT_ENCRYPTION_T(3)	    libmongoc	   MONGOC_CLIENT_ENCRYPTION_T(3)

SYNOPSIS
	typedef struct _mongoc_client_encryption_t mongoc_client_encryption_t;

     mongoc_client_encryption_t  provides  utility  functions for In-Use Encryp-
     tion.

THREAD SAFETY
     mongoc_client_encryption_t is NOT thread-safe and should only  be	used  in
     the   same   thread   as	the   mongoc_client_t  that  is  configured  via
     mongoc_client_encryption_opts_set_keyvault_client().

LIFECYCLE
     The	key	    vault	  client,	  configured	     via
     mongoc_client_encryption_opts_set_keyvault_client(),   must   outlive   the
     mongoc_client_encryption_t.

     SEE ALSO:
	mongoc_client_enable_auto_encryption()

	mongoc_client_pool_enable_auto_encryption()

	In-Use Encryption for libmongoc

	The MongoDB Manual for Client-Side Field Level Encryption

	The MongoDB Manual for Queryable Encryption

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	   MONGOC_CLIENT_ENCRYPTION_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_encryption_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help