public virtual byte[] ProcessBlock( byte[] input, int inOff, int inLen )
Public Overridable Function ProcessBlock ( input As Byte(), inOff As Integer, inLen As Integer ) As Byte()
public: virtual array<unsigned char>^ ProcessBlock( array<unsigned char>^ input, int inOff, int inLen )
function ProcessBlock(input, inOff, inLen);
In This Article