3 references to IsAllowableValidationAlgorithmDigestSize
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
94
AlgorithmAssert.
IsAllowableValidationAlgorithmDigestSize
(checked(digestSize * 8));
Cng\CbcAuthenticatedEncryptor.cs (1)
54
AlgorithmAssert.
IsAllowableValidationAlgorithmDigestSize
(checked(_hmacAlgorithmDigestLengthInBytes * 8));
Managed\ManagedAuthenticatedEncryptor.cs (1)
65
AlgorithmAssert.
IsAllowableValidationAlgorithmDigestSize
(checked((uint)_validationAlgorithmDigestLengthInBytes * 8));