parent
febaba8367
commit
53caf55116
|
|
@ -96,12 +96,6 @@ namespace Microsoft.AspNetCore.DataProtection.KeyManagement
|
||||||
throw new ArgumentNullException(nameof(plaintext));
|
throw new ArgumentNullException(nameof(plaintext));
|
||||||
}
|
}
|
||||||
|
|
||||||
// argument & state checking
|
|
||||||
if (plaintext == null)
|
|
||||||
{
|
|
||||||
throw new ArgumentNullException(nameof(plaintext));
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Perform the encryption operation using the current default encryptor.
|
// Perform the encryption operation using the current default encryptor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue