1MONGOC_CLIENT_ENCRYPTION_T(3) libmongoc MONGOC_CLIENT_ENCRYPTION_T(3)
2
3
4
6 mongoc_client_encryption_t - mongoc_client_encryption_t
7
9 typedef struct _mongoc_client_encryption_t mongoc_client_encryption_t;
10
11 mongoc_client_encryption_t provides utility functions for In-Use En‐
12 cryption.
13
15 mongoc_client_encryption_t is NOT thread-safe and should only be used
16 in the same thread as the mongoc_client_t that is configured via
17 mongoc_client_encryption_opts_set_keyvault_client().
18
20 The key vault client, configured via
21 mongoc_client_encryption_opts_set_keyvault_client(), must outlive the
22 mongoc_client_encryption_t.
23
24 SEE ALSO:
25 mongoc_client_enable_auto_encryption()
26
27 mongoc_client_pool_enable_auto_encryption()
28
29 In-Use Encryption for libmongoc
30
31 The MongoDB Manual for Client-Side Field Level Encryption
32
33 The MongoDB Manual for Queryable Encryption
34
35
37 MongoDB, Inc
38
40 2017-present, MongoDB, Inc
41
42
43
44
451.24.3 Aug 17, 2023 MONGOC_CLIENT_ENCRYPTION_T(3)