Table of Contents

Class CheckSum

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

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

string

Value

Hash of the file.

public string Value { get; set; }

Property Value

string