我先从opensl-net.sourceforge.net下载了开放式SSL的包装仪表的末版。 图书馆,但遇到麻烦。
我试图装上私人装备。 关键如下:
byte[] b = System.IO.File.ReadAllBytes(@"C:SFDLLprivate.key");
OpenSSL.Core.BIO bio = new OpenSSL.Core.BIO(b);
OpenSSL.Crypto.CryptoKey key = OpenSSL.Crypto.CryptoKey.FromPrivateKey(bio, "123123");
int i = 0;
and got error:
国内例外
{“无法装载DLL libeay32”: 具体模块无法找到。 (摘自HRESULT: 0x8007007E)}
s? 什么是错的?