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