1MONGOC_CLIENT_GET_CRYPT_SHARED_VERSIlOiNbM(mO3oN)nGgOoCc_CLIENT_GET_CRYPT_SHARED_VERSION(3)
2
3
4

SYNOPSIS

6          const char *
7          mongoc_client_get_crypt_shared_version (const mongoc_client_t *client)
8            BSON_GNUC_WARN_UNUSED_RESULT;
9
10       Obtain  the  version  string  of  the  crypt_shared  that is loaded for
11       auto-encryption on the given client.  If  no  crypt_shared  library  is
12       loaded, the returned pointer will be NULL.
13

PARAMETERS

15client: A live mongoc_client_t
16

RETURNS

18       A  pointer  to a null-terminated character array string designating the
19       version of  crypt_shared  that  was  loaded  for  auto-encryption  with
20       client. If no crypt_shared library is loaded, or auto-encryption is not
21       loaded for the given client, the returned pointer  will  be  NULL.  The
22       pointed-to array must not be modified or freed. The returned pointer is
23       only valid for the lifetime of client.
24
25       SEE ALSO:
26
27mongoc_client_encryption_get_crypt_shared_version()
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.25.1                           Nov 0M8O,NG2O0C2_3CLIENT_GET_CRYPT_SHARED_VERSION(3)
Impressum