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