Re: Public Key Authentication with C++ Builder 6 - WeOnlyDo Discussion board

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

by David Lucas, Thursday, July 21, 2005, 17:27 (6857 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


Complete thread: