fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Pilz.Cryptography
|
||||
public string Value
|
||||
{
|
||||
get => GetCrypter().Decrypt(EncryptedValue);
|
||||
set => EncryptedValue = GetCrypter().Encrypt(Value);
|
||||
set => EncryptedValue = GetCrypter().Encrypt(value);
|
||||
}
|
||||
|
||||
public SecureString() :
|
||||
|
||||
Reference in New Issue
Block a user