LumiSoft Mail Server User API
EncryptBlock Method (buffer, offset, length)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression.Streams > DeflaterOutputStream > EncryptBlock(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.EncryptBlock(System.Byte[],System.Int32,System.Int32)]

Syntax
C#Visual BasicManaged C++
protected void EncryptBlock (
	byte[] buffer,
	int offset,
	int length
)
Protected Sub EncryptBlock ( _
	buffer As Byte(), _
	offset As Integer, _
	length As Integer _
)
protected:
void EncryptBlock (
	array<unsigned char>^ buffer, 
	int offset, 
	int length
)
Parameters
buffer (Byte[]())

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

length (Int32)

[Missing <param> documentation for "length"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)