1MONGOC_CLIENT_GET_CRYPT_SHARED_VERSIlOiNbM(mO3oN)nGgOoCc_CLIENT_GET_CRYPT_SHARED_VERSION(3)
2
3
4
6 mongoc_client_get_crypt_shared_version - mon‐
7 goc_client_get_crypt_shared_version()
8
10 const char *
11 mongoc_client_get_crypt_shared_version (const mongoc_client_t *client)
12 BSON_GNUC_WARN_UNUSED_RESULT;
13
14 Obtain the version string of the crypt_shared that is loaded for
15 auto-encryption on the given client. If no crypt_shared library is
16 loaded, the returned pointer will be NULL.
17
19 • client: A live mongoc_client_t
20
22 A pointer to a null-terminated character array string designating the
23 version of crypt_shared that was loaded for auto-encryption with
24 client. If no crypt_shared library is loaded, or auto-encryption is not
25 loaded for the given client, the returned pointer will be NULL. The
26 pointed-to array must not be modified or freed. The returned pointer is
27 only valid for the lifetime of client.
28
29 SEE ALSO:
30
31 • mongoc_client_encryption_get_crypt_shared_version()
32
34 MongoDB, Inc
35
37 2017-present, MongoDB, Inc
38
39
40
41
421.23.1 Oct 2M0O,NG2O0C2_2CLIENT_GET_CRYPT_SHARED_VERSION(3)