activities
latest
false
- Überblick
- Kryptografie
- Datenbank
- Java
- Python
- WebAPI
- Versionshinweise
- Über das WebAPI-Aktivitätspaket
- Projektkompatibilität
- XML deserialisieren (Deserialize XML)
- XPath ausführen (Execute XPath)
- XML-Knotenattribute erhalten (Get XML Node Attributes)
- XML-Knoten erhalten (Get XML Nodes)
- JSON serialisieren
- Deserialize JSON
- JSON-Zusammenstellung deserialisieren (Deserialize Json Array)
- HTTP Request (legacy)
- HTTP-Anfrage (HTTP Request)
- SOAP-Anfrage (SOAP Request)
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
UiPath.Cryptography.Activities.PgpSignFile
Beschreibung
Creates a PGP binary signature of a file using a private key. The signed output contains the original data and the signature. To verify it later, use the PGP Verify activity with the Signed File (Binary) verification type.
This activity produces a binary OpenPGP signature. For a text-friendly armored signature that embeds the plaintext, use the PGP ClearSign File activity instead.
Projektkompatibilität
Windows | Plattformübergreifend
Windows, plattformübergreifende Konfiguration
- Input File Path - The path to the file that you want to sign. This field supports only strings and
Stringvariables. To use a project resource instead of a path, select the field's input menu and switch to the Input File input (anIResource). - Private Key File Path - The path to your PGP private key file, used to sign the data. This field supports only strings and
Stringvariables. To use a project resource instead of a path, select the field's input menu and switch to the Private Key File input (anIResource). - Output File Path - The full path where the signed file is saved. This field supports only strings and
Stringvariables. - 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 isFalse. - 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 istFalse. Wenn das Feld also leer ist und ein Fehler auftritt, wird die Ausführung des Projekts angehalten. Wenn der Wert aufTruegesetzt 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
Truegesetzt ist, wird kein Fehler bei der Ausführung des Projekts abgefangen.
Ausgabe
- Signed File - A resource handle to the signed file that was written, stored in an
ILocalResourcevariable for use in other activities. The signed bytes are also written to the Output File Path.