TmnxAuthAlgorithm

  • Base type Enumeration

TmnxAuthAlgorithm data type is an enumerated integer that describes the values used to identify the hashing algorithm. Value Descriptions: null - Choosing this value configures the high-speed null algorithm, which does nothing. This is same as not having authentication turned on, same as turning the protocol off. md5 - Choosing this value configures the use of hmac-md5 algorithm for authentication. sha1 - Choosing this valule configures the use of hmac-sha1 algorithm for authentication. sha256 - Choosing this valule configures the use of hmac-sha256 algorithm for authentication. sha384 - Choosing this valule configures the use of hmac-sha384 algorithm for authentication. sha512 - Choosing this valule configures the use of hmac-sha512 algorithm for authentication.