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