Class CheckSum
Checksum class to fetch the XML values for checksum.
public class CheckSum
- Inheritance
-
CheckSum
- Inherited Members
- Extension Methods
Properties
HashingAlgorithm
Hash algorithm that generated the hash.
public string HashingAlgorithm { get; set; }
Property Value
Value
Hash of the file.
public string Value { get; set; }