Class ChecksumInfo
Contains the value and the algorithm of the checksum
Inheritance
System.Object
ChecksumInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ChecksumInfo : object
Properties
ChecksumAlgorithm
Declaration
public string ChecksumAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChecksumValue
Declaration
public string ChecksumValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |