1MONGOC_CLIENT_ENCRYPTION_GET_KEYS(3)libmongoMcONGOC_CLIENT_ENCRYPTION_GET_KEYS(3)
2
3
4
6 mongoc_client_encryption_get_keys - mongoc_client_encryption_get_keys()
7
9 mongoc_cursor_t *
10 mongoc_client_encryption_get_keys (mongoc_client_encryption_t *client_encryption,
11 bson_error_t *error);
12
13 Get all the key documents in the key vault collection.
14
16 • client_encryption: A mongoc_client_encryption_t.
17
18 • error: Optional. bson_error_t.
19
21 Returns the result of the internal find command if successful. Returns
22 NULL and sets error otherwise.
23
24 SEE ALSO:
25 mongoc_client_encryption_t
26
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.24.3 Aug 17, 20M2O3NGOC_CLIENT_ENCRYPTION_GET_KEYS(3)