mongocrypt_t

Synopsis

#include <mongocrypt.h>

typedef struct _mongocrypt_t mongocrypt_t;

The handle to libmongocrypt.

Description

All operations, except for creating and destroying a mongocrypt_t handle, are thread safe.

Drivers should create a mongocrypt_t handle upon construction of a MongoClient with mongocrypt_new, and destroy during MongoClient destruction with mongocrypt_destroy.