plucky (3) mongoc_client_encryption_encrypt_opts_set_keyid.3.gz

Provided by: libmongoc-doc_1.30.0-1_all bug

SYNOPSIS

          void
          mongoc_client_encryption_encrypt_opts_set_keyid (
             mongoc_client_encryption_encrypt_opts_t *opts, const bson_value_t *keyid);

       Identifies   the   data   key   to   use   for   encryption.  This  option  is  mutually  exclusive  with
       mongoc_client_encryption_encrypt_opts_set_keyaltname().

PARAMETERS

opts: A mongoc_client_encryption_encrypt_opts_tkeyid: The UUID (BSON binary subtype 0x04) corresponding to the _id of the data key.

       SEE ALSO:
          mongoc_client_encryption_encrypt_opts_set_keyaltname()

AUTHOR

       MongoDB, Inc

       2009-present, MongoDB, Inc.