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