Frends.Pgp.VerifySignature / 1.2.0
Summary
Verifies a PGP signature, embedded or detached, and reports which key produced it as well as whether it held.
Typical use — screening inbound partner files, where checking the signing key matters as much as the signature being valid
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| FilePath | String |
– | C:\temp\message.txt |
Path to the original file (for detached signature) or signed file (for attached signature). |
| IsDetachedSignature | Boolean |
True |
true |
Whether the signature is detached (separate .sig file) or attached (signature embedded in signed file). |
| SignatureFilePath | String |
– | C:\temp\message.txt.sig |
Path to the detached signature file. Required only when IsDetachedSignature is true. |