Class VerifyOptionsContract
The verify options.
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class VerifyOptionsContract : Object
Name | Description |
---|---|
VerifyOptionsContract() |
Fields
Name | Description |
---|---|
FileLength | The expected length of the file. If zero, the check is skipped. |
HashValue | The expected hash value of the file. If null or empty, the check is skipped. The hash value is created by converting the SHA512 value of the file into a base64 string. |
ReverseBytes | Flag to reverse the bytes |
XXHashValue | The expected the xxHash value of the file. If null or empty, the check is skipped. |