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