Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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