Enum HashAlgorithmType
- Namespace
- Geotab.Checkmate.ObjectModel.Registration.Gateway
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Specifies the particular hash algorithm type.
public enum HashAlgorithmType
- Extension Methods
Fields
Md5 = 1
The MD5 hash algorithm.
None = 0
The hash algorithm type was not set
Sha256 = 2
The SHA256 hash algorithm.
Sha512 = 3
The SHA512 hash algorithm.