PGP

Frends.Pgp.SignFile / 1.3.0

Summary

Signs a file with PGP, which proves it came from you unchanged but leaves the contents readable — signing is not encryption.

Typical use — exchanges where the partner needs to trust the origin but the content itself is not confidential

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Essential parameters.

Name Type Default Example Description
SourceFilePath String C:\temp\message.txt

Full path to the file for signing.

OutputFilePath String C:\temp\message.pgp

Full path for the signing file.

OutputFileExistsAction OutputFileExistsAction OutputFileExistsAction.Overwrite

Action for if the output file exists.

Possible values:

  • Overwrite: Output file is overwritten if it exists.

  • Error: Exception is thrown if the output file already exists.

An unhandled error has occurred. Reload 🗙