/ fm / liveswitch / MacType
Enumeration: MacType
fm.liveswitch.MacType
A message authentication code (MAC) algorithm.
Table of contents
Enumeration members
Enumeration members
HmacMd5
• HmacMd5: = 1
Indicates HMAC-MD5.
Defined in: Generated/TypeScript/fm.liveswitch/MacType.ts:14
HmacSha1
• HmacSha1: = 2
Indicates HMAC-SHA1
Defined in: Generated/TypeScript/fm.liveswitch/MacType.ts:20
HmacSha256
• HmacSha256: = 3
Indicates HMAC-SHA256
Defined in: Generated/TypeScript/fm.liveswitch/MacType.ts:26