public int ProcessBlock( byte[] inBuf, int inOff, byte[] outBuf, int outOff )
Public 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 ) sealed
function ProcessBlock(inBuf, inOff, outBuf, outOff);
In This Article