UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités du développeur.

PGP ClearSign File

UiPath.Cryptography.Activities.PgpClearSignFile

Description

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.

Compatibilité du projet

Windows | Multiplate-forme

Windows, configuration multiplate-forme

  • 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).

Options avancées

Options
  • 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.
  • Continuer en cas d'erreur (Continue On Error) : précise si l’automatisation doit se poursuivre même si l’activité génère une erreur. Ce champ prend uniquement en charge les valeurs booléennes (True, False). La valeur par défaut est False. Par conséquent, si le champ est vide et qu’une erreur est générée, l’exécution du projet s’arrête. Si le champ indique au contraire True, l'exécution du projet se poursuit même en cas d'erreur.
    Remarque :

    Si cette activité est incluse dans Essayer de capturer (Try Catch) et que la valeur de la propriété Poursuite sur erreur (ContinueOnError) est True, aucune erreur n'est détectée lors de l'exécution du projet.

Sortie
  • 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.
  • Description
  • Compatibilité du projet
  • Windows, configuration multiplate-forme
  • Options avancées

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour