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 Verify

UiPath.Cryptography.Activities.PgpVerify

Description

Verifies a PGP signature, a clearsignature, or the structural validity of a public key file. The Verification Type property selects which check is performed and which inputs are required.

This activity does not throw an error on a verification mismatch. Instead, it returns False in the Result output. A False result means that verification failed because of a wrong key, a tampered payload, or a malformed file.

Compatibilité du projet

Windows | Multiplate-forme

Windows, configuration multiplate-forme

  • Verification Type - The check to perform. The following options are available:
    • Signed File (Binary) (default) - Verifies a binary-signed file produced by the PGP Sign File activity. Requires Signed File Path and Public Key File Path.
    • ClearSigned File (Text) - Verifies a clear-text signed file produced by the PGP ClearSign File activity. Requires Signed File Path and Public Key File Path.
    • Validate Public Key - Validates that a file is a well-formed public key. Requires Public Key File Path only; Signed File Path is ignored and its field is hidden.
  • Signed File Path - The path to the signed file to verify. Required for the Signed File (Binary) and ClearSigned File (Text) types; ignored for Validate Public Key. 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 Signed File input (an IResource).
  • Public Key File Path - The path to the signer's PGP public key file. For Validate Public Key, this is the key being validated. 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 Public Key File input (an IResource).

Options avancées

Options
  • 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
  • Result - The verification outcome, stored in a Boolean variable for use in other activities. The value is True if verification succeeded, and False otherwise.
  • 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