logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mongoc_client_encryption_t *

Author

       MongoDB, Inc

Parameters

opts: A mongoc_client_encryption_opts_t.

       • error: A bson_error_t.

Returns

       A   new   mongoc_client_encryption_t  that  must  be  freed  with  mongoc_client_encryption_destroy()  if
       successful. Returns NULL and sets error otherwise.

       SEEALSO:mongoc_client_encryption_tmongoc_client_encryption_opts_t

Synopsis

          mongoc_client_encryption_t *
          mongoc_client_encryption_new (mongoc_client_encryption_opts_t *opts,
                                        bson_error_t *error);

       Create a new mongoc_client_encryption_t.

See Also