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