1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 19:33:07 +00:00
This commit is contained in:
JKorf
2019-10-20 13:36:38 +02:00
parent 8ec902951d
commit b2b5b0fef0
28 changed files with 819 additions and 237 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ namespace CryptoExchange.Net
/// </summary>
/// <param name="source"></param>
/// <returns></returns>
internal static SecureString ToSecureString(this string source)
public static SecureString ToSecureString(this string source)
{
var secureString = new SecureString();
foreach (var c in source)