$cipher.getKeyNames

Returns all names of the stored keys.
Syntax$cipher{getKeyNames}
$cipher.getKeyNames{}
DocumentationReturns all names of the stored keys.

    Parameters:
      getKeyNames, a flag to indicate that the names of all stored keys are requested.
    Returns:
      a $\n separated list with the names of all stored keys.
Examples
    $set{keyNames}{$cipher{getKeyNames}}
    $forEach{name}{$get{keyNames}}
      {
      $// Use key.
      $get{name}
      }{$\n}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0