Re: WodKeys GetPrivateKey returns an empty string (General questions)
Hi
In your sample you do the following [code]ssh1.PrivateKey = key
[/code]. But if you look at the COM IDL file in C++ it shows:
[code]virtual HRESULT __stdcall put_PrivateKey (
enum SSHKeyTypes KeyType,
BSTR pVal ) = 0;[/code]
I pass in the BSTR pointer. But it always returns an empty string.
Can you show a C++ example?
Thanks
Arun
Complete thread:
- WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 16:43
- Re: WodKeys GetPrivateKey returns an empty string - wodDrazen, 2006-09-21, 16:51
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 17:20
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 20:59
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:19
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:27
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 21:44
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:47
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-22, 00:34
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:47
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 21:44
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:27
- Re: WodKeys GetPrivateKey returns an empty string - wodSupport, 2006-09-21, 21:19
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 20:59
- Re: WodKeys GetPrivateKey returns an empty string - Arun, 2006-09-21, 17:20
- Re: WodKeys GetPrivateKey returns an empty string - wodDrazen, 2006-09-21, 16:51