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