Click or drag to resize

PkzipClassicManagedCreateEncryptor Method (Byte, Byte)

Namespace:  ICSharpCode.SharpZipLib.Encryption
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override ICryptoTransform CreateEncryptor(
	byte[] rgbKey,
	byte[] rgbIV
)

Parameters

rgbKey
Type: SystemByte
rgbIV
Type: SystemByte

Return Value

Type: ICryptoTransform
See Also