GetVerifiedSignatures "Not Recognised" Exception
On .NET 4.8, GetVerifiedSignatures fails on some digitally signed PDFs, throwing an unhandled exception instead of returning a validation result.
Signer 1.2.840.10045.4.3.2WITHRSA not recognised
The signature algorithm OID 1.2.840.10045.4.3.2 appears in some signed PDFs, and versions up to 2026.4.1 have no handler for it. Rather than returning a result, GetVerifiedSignatures throws when it hits this OID, so validation cannot complete.
Solution
Upgrade IronPDF to version 2026.6 or later. Support for the 1.2.840.10045.4.3.2 algorithm was added in that release, and GetVerifiedSignatures returns a normal validation result once you are on it.

