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

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

PGP Generate Keys

UiPath.Cryptography.Activities.PgpGenerateKeys

説明

Generates an OpenPGP public/private RSA key pair and saves them to the specified file paths in ASCII-armored format.

プロジェクトの対応 OS

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

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

  • User ID - The OpenPGP User ID for the generated key. Conventionally an RFC 2822 mailbox, for example Alice Doe <alice@example.com>. Any UTF-8 string is accepted, but the mailbox form is what most PGP tools and key servers expect. This field supports only strings and String variables.
  • Public Key Output Path - The file path where the generated PGP public key is saved. This field supports only strings and String variables.
  • Private Key Output Path - The file path where the generated PGP private key is saved. This field supports only strings and String variables.
  • Passphrase - The passphrase that protects the generated 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).

詳細オプション

オプション
  • Key Size - The RSA key size, in bits. The following options are available: 2048-bit, 3072-bit, and 4096-bit. The default value is 4096-bit, which meets National Institute of Standards and Technology (NIST) guidance through 2030 and aligns with the strictest enterprise security recommendations. Reduce the key size only when the consuming system cannot handle 4096-bit keys.
  • Overwrite - If files already exist at the output paths, this overwrites them. This field only supports Boolean values (True, False). The default value is False.
  • エラー発生時に実行を継続 - アクティビティでエラーが発生した場合でも、オートメーションを継続するかどうかを指定します。このフィールドでは Boolean 値 (TrueFalse) のみサポートされています。既定値は False です。その結果、フィールドが空白の場合にエラーが発生すると、プロジェクトの実行が停止します。値を True に設定すると、プロジェクトの実行はエラーに関係なく継続されます。
    注:

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

出力
  • Public Key File - A resource handle to the generated public key file, stored in an ILocalResource variable for use in other activities. The key is also written to the Public Key Output Path.
  • Private Key File - A resource handle to the generated private key file, stored in an ILocalResource variable for use in other activities. The key is also written to the Private Key Output Path.
  • 説明
  • プロジェクトの対応 OS
  • Windows、クロスプラットフォームでの設定
  • 詳細オプション

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得