UiPath Documentation
activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

開発者向けのアクティビティ

PGP Verify

UiPath.Cryptography.Activities.PgpVerify

説明

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.

プロジェクトの対応 OS

Windows | クロスプラットフォーム

Windows、クロスプラットフォームでの設定

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

詳細オプション

オプション
  • エラー発生時に実行を継続 - アクティビティでエラーが発生した場合でも、オートメーションを継続するかどうかを指定します。このフィールドでは Boolean 値 (TrueFalse) のみサポートされています。既定値は False です。その結果、フィールドが空白の場合にエラーが発生すると、プロジェクトの実行が停止します。値を True に設定すると、プロジェクトの実行はエラーに関係なく継続されます。
    注:

    このアクティビティが [トライ キャッチ] に含まれていて、[エラー発生時に実行を継続] プロパティの値が True である場合、プロジェクトの実行時にエラーが捕捉されません。

出力
  • Result - The verification outcome, stored in a Boolean variable for use in other activities. The value is True if verification succeeded, and False otherwise.
  • 説明
  • プロジェクトの対応 OS
  • Windows、クロスプラットフォームでの設定
  • 詳細オプション

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得