3 references to ValidKeySize
System.Security.Cryptography (3)
System\Security\Cryptography\SymmetricAlgorithm.cs (3)
96if (bitLength > int.MaxValue || !ValidKeySize((int)bitLength)) 114if (!ValidKeySize(value)) 230if (bitLength > int.MaxValue || !ValidKeySize((int)bitLength))