Hi,
I am trying to sign encrypted PDF file using PKCS1 certificate type and it fails with an error message:
PKCS#1 does not support ocsp, timestamp settings, use PKCS#7.
I am using PDF Net for C#.
It works when the f…...Document(encryptPath)) using (var signature = new PdfFileSignature(encrDocument))...Rectangle(100, 100, 200, 100); signature.Sign(1, "SignReason", "SignContact"...