logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Parameters

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

       SEEALSO:mongoc_client_encryption_encrypt_opts_set_keyaltname()

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().

See Also