ComponentOne Zip for UWP
Checksum Property

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : Checksum Property
Gets the checksum value used to check the integrity of the stream.
Syntax
'Declaration
 
Public ReadOnly Property Checksum As System.Integer
public System.int Checksum {get;}
Remarks
The checksum used may be an Adler or crc32 value depending on how the C1ZStreamWriter was created.
See Also

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members