AMTrigger.EncryptionAlgorithm

Syntax

%AMTrigger.EncryptionAlgorithm%

Trigger supported

SNMP Trap

Type

String

Description

Returns the encryption algorithm used by SNMPv3 (for example, MD5, SHA).

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Display the message "The SNMP encryption used is %AMTrigger.EncryptionAlgorithm%" in a message box.

Copy
<AMSHOWDIALOG WINDOWTITLE="Database Trigger Return Value">The table that was monitored - %AMTrigger.EncryptionAlgorithm%</AMSHOWDIALOG>

Related Topics