PkzipClassicManaged.CreateEncryptor Method (Byte[], Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PkzipClassicManaged.CreateEncryptor Method (Byte[], Byte[])

Create an encryptor.

public override ICryptoTransform CreateEncryptor(
   byte[] rgbKey,
   byte[] rgbIV
);

Parameters

rgbKey
The key to use for this encryptor.
rgbIV
Initialisation vector for the new encryptor.

Return Value

Returns a new PkzipClassic encryptor

See Also

PkzipClassicManaged Class | ICSharpCode.SharpZipLib.Encryption Namespace | PkzipClassicManaged.CreateEncryptor Overload List