Re: Public Key Authentication with C++ Builder 6 (General questions)

by David Lucas, (7225 days ago) @ David Lucas

I just noticed the example in the help and managed to get it working like you suggested with a little C++ Builder massaging:

VARIANT var;
var.vt = VT_DISPATCH;
var.pdispVal = (LPDISPATCH)ClientKey->GetDefaultInterface();

Client->set_PrivateKey(var);

However, I'm still at a loss as to how I can load keys without storing the key in a file and calling the Load method.


Regards,

David Lucas
Data Track Technology

locked

Complete thread: