ValidKeySize
Checks if the specific number of bits is a valid key size.
Public Function ValidKeySize(
ByVal BitLength As Long ) As Boolean
Parameters
- BitLength
-
[ByVal]
Long.
A value to determine if is a legal key size.
Return Values
Boolean - Returns True if the bit length is a valid key size, False otherwise.
See Also
Project CorLib Overview
Class DES Overview