SymmetricAlgorithmBase: AddLegalKeySize |
Adds a new KeySizes object with the supplied values to the list of legal key sizes.
Public Sub AddLegalKeySize( ByVal MinSize As Long, ByVal MaxSize As Long, ByVal SkipSize As Long )
A derived class uses this to add the set of legal block sizes the implementing algorithm can process.
As an example, the RijndaelManaged class calls this method in Class_Initialize.
mBase.AddLegalKeySize 128, 256, 64