Re: Public Key Authentication with C++ Builder 6 (General questions)
David,
one small note. Instead of passing binary data using SafeArray, you can pass reference to wodKeys component to PrivateKey property! So, use also VARIANT, but put LPDISPATCH inside (you would put ClientKey there) and pass it to wodSSH - that should be the best (and cleanest) way.
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