Enum HashStatus
Validation status of a hash.
public enum HashStatus
Fields
Generated = 3
The hash has been regenerated from the data, so it's valid.
Invalid = 2
The hash has been validated and is not valid.
NotValidated = 0
The hash has not been validated yet.
Valid = 1
The hash has been validated and is valid.