Namespace: iTextSharp.text.pdf.crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void EncryptARCFOUR(
	byte[] dataIn,
	int off,
	int len,
	byte[] dataOut,
	int offOut
)
Visual Basic
Public Sub EncryptARCFOUR ( _
	dataIn As Byte(), _
	off As Integer, _
	len As Integer, _
	dataOut As Byte(), _
	offOut As Integer _
)
Visual C++
public:
void EncryptARCFOUR(
	array<unsigned char>^ dataIn, 
	int off, 
	int len, 
	array<unsigned char>^ dataOut, 
	int offOut
)

Parameters

dataIn
Type: array<System..::..Byte>[]()[][]
off
Type: System..::..Int32
len
Type: System..::..Int32
dataOut
Type: array<System..::..Byte>[]()[][]
offOut
Type: System..::..Int32

See Also