Class ChecksumInfo
Contains the value and the algorithm of the checksum
Inheritance
System.Object
ChecksumInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Unicorn]
public class ChecksumInfo
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 |