2 references to Decrypt
Microsoft.AspNetCore.DataProtection (1)
Managed\AesGcmAuthenticatedEncryptor.cs (1)
128
aes.
Decrypt
(nonce, encrypted, tag, plaintext);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
271
Decrypt
((ReadOnlySpan<byte>)nonce, ciphertext, tag, plaintext, associatedData);