int DoFinal( byte[] input, int inOff, int length, byte[] output, int outOff )
Function DoFinal ( input As Byte(), inOff As Integer, length As Integer, output As Byte(), outOff As Integer ) As Integer
int DoFinal( array<unsigned char>^ input, int inOff, int length, array<unsigned char>^ output, int outOff )
function DoFinal(input, inOff, length, output, outOff);
In This Article