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 = 1The MD5 hash algorithm.
None = 0The hash algorithm type was not set
Sha256 = 2The SHA256 hash algorithm.
Sha512 = 3The SHA512 hash algorithm.