Re: Public Key Authentication with C++ Builder 6 (General questions)
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