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