UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades do desenvolvedor

PGP Sign File

UiPath.Cryptography.Activities.PgpSignFile

Description

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.

Compatibilidade do projeto

Janelas | Plataforma cruzada

Windows, configuração multiplataforma

  • Input File Path - The path to the file that you want to sign. 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 sign 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 signed 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).

Opções avançadas

Opções
  • 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.
  • Continuar com erro - Especifica se a automação deve continuar mesmo quando a atividade gera um erro. Este campo só aceita valores booleanos (True, False). O valor padrão é False. Como resultado, se o campo estiver em branco e um erro for lançado, a execução do projeto será interrompida. Se o valor for definido como True, a execução do projeto continua independentemente de qualquer erro.
    Observação:

    Se esta atividade estiver incluída na atividade Try Catch e o valor da propriedade ContinuarComErro for True, nenhum erro será capturado quando o projeto for executado.

Saída
  • Signed File - A resource handle to the signed file that was written, stored in an ILocalResource variable for use in other activities. The signed bytes are also written to the Output File Path.
  • Description
  • Compatibilidade do projeto
  • Windows, configuração multiplataforma
  • Opções avançadas

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades