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_datakey_opts_tkeyaltnames: An array of strings.

       • keyaltnames_count: The number of strings in keyaltnames.

       SEEALSO:mongoc_client_encryption_encrypt_opts_set_keyaltname()

Synopsis

          void
          mongoc_client_encryption_datakey_opts_set_keyaltnames (
             mongoc_client_encryption_datakey_opts_t *opts,
             char **keyaltnames,
             uint32_t keyaltnames_count);

       Sets  a  list of alternate name strings that can be used to identify a data key. Key alternate names must
       be unique.

See Also