| getntpparamResult Structure Definition |
The getntpparamResult structure defines the return type for getntpparam API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
ntpparamList |
List of ntpparams |
| ntpparam Structure Definition |
The ntpparam structure defines the actual return type values for getntpparam API. |
Syntax |
Members |
authentication |
Apply NTP authentication, which enables the NTP client (Citrix ADC) to verify that the server is in fact known and trusted. |
trustedkey |
Key identifiers that are trusted for server authentication with symmetric key cryptography in the keys file. |
autokeylogsec |
Autokey protocol requires the keys to be refreshed periodically. This parameter specifies the interval between regenerations of new session keys. In seconds, expressed as a power of 2. |
revokelogsec |
Interval between re-randomizations of the autokey seeds to prevent brute-force attacks on the autokey algorithms. |
_nextgenapiresource |
See Also |