kv_config_set_security_properties()

#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().

Parameters

config

The config parameter is the configuration structure that you want to configure.

props

The props parameter is the properties structure which contains the security properties that you want to set for the store handle.

See Also

Store and Library Operations