Enum HashType
A hash algorithm.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum HashType : int
Fields
Name | Description |
---|---|
Md5 | Indciates MD5. |
Sha1 | Indicates SHA1. |
Sha256 | Indicates SHA256. |