#include <kvstore.h> kv_error_t kv_config_set_security_properties(kv_config_t *config, kv_properties_t *props)
Sets the security properties for use by the client for authentication to the store. The properties are set to the properties structure using kv_set_property().
Use this function only if you opening a handle to a secure store using kv_open_store_login().