3 references to AesGcm
Microsoft.AspNetCore.DataProtection (2)
Managed\AesGcmAuthenticatedEncryptor.cs (2)
124
using var aes = new
AesGcm
(derivedKey, TAG_SIZE_IN_BYTES);
268
using var aes = new
AesGcm
(derivedKey, TAG_SIZE_IN_BYTES);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
107
:
this
(new ReadOnlySpan<byte>(key ?? throw new ArgumentNullException(nameof(key))), tagSizeInBytes)