add securestringjsonconverter

This commit is contained in:
schedpas
2020-07-14 15:42:28 +02:00
parent 221e249dc8
commit 4ef6777ba5
3 changed files with 42 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace Pilz.Cryptography
{
[JsonConverter(typeof(Json.Converters.SecureStringJsonConverter))]
public class SecureString
{
public static ICrypter DefaultCrypter { get; set; }