5 references to HMACSHA512
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
74
return () => new
HMACSHA512
();
Microsoft.AspNetCore.DataProtection.Tests (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (3)
112
{ EncryptionAlgorithm.AES_128_CBC, ValidationAlgorithm.HMACSHA512, () => new
HMACSHA512
() },
113
{ EncryptionAlgorithm.AES_192_CBC, ValidationAlgorithm.HMACSHA512, () => new
HMACSHA512
() },
114
{ EncryptionAlgorithm.AES_256_CBC, ValidationAlgorithm.HMACSHA512, () => new
HMACSHA512
() },
Managed\ManagedAuthenticatedEncryptorTests.cs (1)
134
"SHA512" => () => new
HMACSHA512
(),