Hi guys,
Hi there,
Thanks for your inquiry. You may use ShowProperties property of the the Certificate object to show or hide signature properties. Please check following code snippet to hide signature properties, hopefully it will help you to accomplish the task.
PKCS7 signature = new PKCS7(pfxfile, "xxx"); // PKCS#7
signature.ShowProperties = false;
Please feel free to contact us for any further assistance.
Best Regards,
thanks for the quickly response. it works for me!
Hi there,
Hi Support team!
Hi there,
The issues you have found earlier (filed as PDFJAVA-36560) have been fixed in Aspose.Pdf for Java 17.3.0 Release Notes.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.