mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-17 19:33:07 +00:00
wip
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user