2 references to IsAllowableSymmetricAlgorithmBlockSize
Microsoft.AspNetCore.DataProtection (2)
Cng\CbcAuthenticatedEncryptor.cs (1)
52
AlgorithmAssert.
IsAllowableSymmetricAlgorithmBlockSize
(checked(_symmetricAlgorithmBlockSizeInBytes * 8));
Managed\ManagedAuthenticatedEncryptor.cs (1)
63
AlgorithmAssert.
IsAllowableSymmetricAlgorithmBlockSize
(checked((uint)_symmetricAlgorithmBlockSizeInBytes * 8));