SymmetricAlgorithmBase: AddLegalBlockSize |
Adds a new KeySizes object with the specified values to the list of legal block sizes.
Public Sub AddLegalBlockSize( 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.AddLegalBlockSize 128, 256, 64