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