pub unsafe extern "C" fn cass_ssl_set_private_key(
    ssl: *mut CassSsl,
    key: *const c_char,
    password: *const c_char
) -> CassError
Expand description

Set client-side private key. This is used to authenticate the client on the server-side.

@public @memberof CassSsl

@param[in] ssl @param[in] key PEM formatted key string @param[in] password used to decrypt key @return CASS_OK if successful, otherwise an error occurred