Enum MacType
A message authentication code (MAC) algorithm.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum MacType : int
Fields
Name | Description |
---|---|
HmacMd5 | Indicates HMAC-MD5. |
HmacSha1 | Indicates HMAC-SHA1 |
HmacSha256 | Indicates HMAC-SHA256 |