UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Entwickleraktivitäten

PGP ClearSign File

UiPath.Cryptography.Activities.PgpClearSignFile

Beschreibung

Creates a PGP clear-text signature of a file using a private key. The clearsigned output contains the original plaintext wrapped between -----BEGIN PGP SIGNED MESSAGE----- and -----END PGP SIGNATURE----- markers, so it is human-readable and tamper-evident.

The input file must be text, because clearsigning is designed for ASCII or UTF-8 content. For binary data, use the PGP Sign File activity instead. To verify the output, use the PGP Verify activity with the ClearSigned File (Text) verification type.

Projektkompatibilität

Windows | Plattformübergreifend

Windows, plattformübergreifende Konfiguration

  • Input File Path - The path to the file that you want to clearsign. This field supports only strings and String variables. To use a project resource instead of a path, select the field's input menu and switch to the Input File input (an IResource).
  • Private Key File Path - The path to your PGP private key file, used to clearsign the data. This field supports only strings and String variables. To use a project resource instead of a path, select the field's input menu and switch to the Private Key File input (an IResource).
  • Output File Path - The full path where the clearsigned file is saved. This field supports only strings and String variables.
  • Passphrase - The passphrase that unlocks the private key. To provide it as a secure string instead of plain text, select the field's input menu and switch to the Passphrase (Secure) input (a SecureString).

Erweiterte Optionen

Optionen
  • Overwrite - If a file already exists at the output path, this overwrites it. This field only supports Boolean values (True, False). The default value is False.
  • Bei Fehler fortsetzen – Gibt an, ob die Automatisierung fortgesetzt werden soll, auch wenn die Aktivität einen Fehler ausgibt. Dieses Feld unterstützt nur boolesche Werte (True, False). Der Standardwert ist False. Wenn das Feld also leer ist und ein Fehler auftritt, wird die Ausführung des Projekts angehalten. Wenn der Wert auf True gesetzt ist, wird die Ausführung des Projekts unabhängig von einem Fehler fortgesetzt.
    Hinweis:

    Wenn die Aktivität in Abfangen versuchen (Try Catch) enthalten ist und der Wert der Eigenschaft ContinueOnError auf Wahr True gesetzt ist, wird kein Fehler bei der Ausführung des Projekts abgefangen.

Ausgabe
  • ClearSigned File - A resource handle to the clearsigned file that was written, stored in an ILocalResource variable for use in other activities. The clearsigned text is also written to the Output File Path.
  • Beschreibung
  • Projektkompatibilität
  • Windows, plattformübergreifende Konfiguration
  • Erweiterte Optionen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben