ASM::signature

Description

This command returns the list of signatures.

Syntax

ASM::signature <ids | names | set_names | staged_ids | staged_names | staged_set_names>

ASM::signature ids

  • Returns the ids of signatures.

ASM::signature names

  • Returns a list with the names of the signatures found in the transaction.

ASM::signature set_names

  • Returns a list with the set names of the signatures.

ASM::signature staged_ids

  • Returns the ids of staged signatures.

ASM::signature staged_names

  • Returns a list with the names of the staged signatures found in the transaction.

ASM::signature staged_set_names

  • Returns a list with the set names of the staged signatures.

Examples

when ASM_REQUEST_DONE {
     log local0. "ids=[ASM::signature ids] names=[ASM::signature names] set_names=[ASM::signature set_names]"
     log local0. "staged_ids=[ASM::signature staged_ids] staged_names=[ASM::signature staged_names] staged_set_names=[ASM::signature staged_set_names]"
 }