Class Checksum
Contains all the possible checksum or digest values for an object.
public class Checksum
- Inheritance
-
Checksum
- Inherited Members
Constructors
Checksum()
public Checksum()
Properties
ChecksumCRC32
Gets and sets the property ChecksumCRC32.
The base64-encoded, 32-bit CRC32 checksum of the object.
public string ChecksumCRC32 { get; set; }
Property Value
ChecksumCRC32C
Gets and sets the property ChecksumCRC32C.
The base64-encoded, 32-bit CRC32C checksum of the object.
public string ChecksumCRC32C { get; set; }
Property Value
ChecksumSHA1
Gets and sets the property ChecksumSHA1.
The base64-encoded, 160-bit SHA-1 digest of the object.
public string ChecksumSHA1 { get; set; }
Property Value
ChecksumSHA256
Gets and sets the property ChecksumSHA256.
The base64-encoded, 256-bit SHA-256 digest of the object.
public string ChecksumSHA256 { get; set; }