Enum WindowsFileHashAlgorithm
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the algorithm type used to generate the hash for the file.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsFileHashAlgorithm
Fields
Md5 = 1
The hash was generated using the MD5 algorithm.
None = 0
No hash has been generated for the file.
Sha256 = 2
The hash was generated using the SHA256 algorithm.
Sha512 = 3
The hash was generated using the SHA512 algorithm.