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