1MONGOC_CLIENT_ENCRYPTION_GET_KEYS(3)libmongoMcONGOC_CLIENT_ENCRYPTION_GET_KEYS(3)
2
3
4

SYNOPSIS

6          mongoc_cursor_t *
7          mongoc_client_encryption_get_keys (mongoc_client_encryption_t *client_encryption,
8                                             bson_error_t *error);
9
10       Get all the key documents in the key vault collection.
11

PARAMETERS

13client_encryption: A mongoc_client_encryption_t.
14
15error: Optional. bson_error_t.
16

RETURNS

18       Returns  the result of the internal find command if successful. Returns
19       NULL and sets error otherwise.
20
21       SEE ALSO:
22          mongoc_client_encryption_t
23
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 20M2O3NGOC_CLIENT_ENCRYPTION_GET_KEYS(3)
Impressum