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