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