Re: WodKeys GetPrivateKey returns an empty string (General questions)
One more note - you probably use MFC which converts BSTR to CString for you. That's why you receive 0 string - because BSTR contains binary data and conversion done by MFC fails. You should convert it by yuorself using WideCharToMultiByte
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