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