1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +00:00
This commit is contained in:
Noé Comte 2018-08-02 13:33:53 +02:00
parent 2bed3eb47f
commit 889222beb6

View File

@ -26,7 +26,7 @@ namespace CryptoExchange.Net.Authentication
/// <param name="privateKey">The private key used for signing</param>
public ApiCredentials(SecureString privateKey)
{
PrivateKey = Key;
PrivateKey = privateKey;
}
/// <summary>