Gets the checksum value used to check the integrity of the stream.

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

Syntax

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

Remarks

The checksum used may be an Adler or crc32 value depending on how the C1ZStreamWriter was created.

See Also