UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de desarrollador

PGP ClearSign File

UiPath.Cryptography.Activities.PgpClearSignFile

Descripción

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.

Compatibilidad de proyectos

Windows | Multiplataforma

Windows, configuración multiplataforma

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

Opciones avanzadas

Opciones
  • 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.
  • ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleans (True, False). El valor predeterminado es False. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es True, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    Si se incluye esta actividad en Intentar capturar y el valor de la propiedad ContinuarEnCasoDeError es True, no se detectará error cuando el proyecto se ejecute.

Salida
  • 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.
  • Descripción
  • Compatibilidad de proyectos
  • Windows, configuración multiplataforma
  • Opciones avanzadas

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado