public static void GenerateKey()
{
Nano.ServerKey = new OpenSSL.DH(OpenSSL.BigNumber.FromHexString(P), OpenSSL.BigNumber.FromHexString(G));
Nano.ServerKey.GenerateKeys();
}
What warning does it give?Quote:
Hmm Even tho I replaced the reference and placed it in debug , it still gives me warning on
when im trying to compile it. Any ideas?Code:public static void GenerateKey() { Nano.ServerKey = new OpenSSL.DH(OpenSSL.BigNumber.FromHexString(P), OpenSSL.BigNumber.FromHexString(G)); Nano.ServerKey.GenerateKeys(); }
The username/password you provided isn't correct, or cannot access the database.Quote: