mongoc_client_encryption_datakey_opts_set_keyaltnames()#
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#
keyaltnames
: An array of strings.keyaltnames_count
: The number of strings inkeyaltnames
.