Provided by: libmongoc-doc_1.26.0-1.1ubuntu2_all bug

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.

PARAMETERS

opts: A mongoc_client_encryption_datakey_opts_tkeyaltnames: An array of strings.

       • keyaltnames_count: The number of strings in keyaltnames.

       SEE ALSO:
          mongoc_client_encryption_encrypt_opts_set_keyaltname()

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.26.0                                            Mar 31, 202MONGOC_CLIENT_ENCRYPTI...EY_OPTS_SET_KEYALTNAMES(3)