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
Complete thread:
- Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-19, 12:44
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-19, 12:55
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-19, 23:35
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-21, 16:51
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-21, 17:27
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-21, 20:37
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-22, 09:45
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-22, 10:18
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-22, 11:13
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-22, 11:37
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-22, 11:13
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-22, 10:18
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-22, 09:45
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-21, 20:37
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-21, 17:27
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-21, 16:51
- Re: Public Key Authentication with C++ Builder 6 - wodSupport, 2005-07-19, 23:35
- Re: Public Key Authentication with C++ Builder 6 - David Lucas, 2005-07-19, 12:55