Gets the checksum calculated when the entry was compressed.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public int CRC32 { get; }
Visual Basic
Public ReadOnly Property CRC32 As Integer
	Get

Remarks

This value can be used to check the integrity of the entry when it is decompressed.

See Also