Re: WodKeys GetPrivateKey returns an empty string - WeOnlyDo Discussion board

Re: WodKeys GetPrivateKey returns an empty string (General questions)

by wodSupport, Thursday, September 21, 2006, 21:27 (6436 days ago) @ wodSupport

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: