Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Encrypt a block of data

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Parameters

buffer
Type: array< System..::.Byte >[]()[]
Data to encrypt. NOTE the original contents of the buffer are lost
offset
Type: System..::.Int32
Offset of first byte in buffer to encrypt
length
Type: System..::.Int32
Number of bytes in buffer to encrypt

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.EncryptBlock(System.Byte[],System.Int32,System.Int32)"]

See Also