TmnxAuthAlgorithm
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.
Possible values
3 objects| Number | Name |
|---|---|
| 1 | null |
| 2 | md5 |
| 3 | sha1 |