Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Pkcs7SignerBase Class

A base class used to create PKCS#7 signatures.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public abstract class Pkcs7SignerBase :
    IExternalSigner

#Remarks

The Pkcs7Signer class is the default Pkcs7SignerBase implementation. You can create this class descendant and use a custom PKCS#7 signature builder:

View Example: How to use Azure Key Vault API to sign a PDF document

If you need to calculate a document hash in a custom manner, you can use a custom digest calculator instead of DigestCalculator with a custom PKCS#7 signature builder:

View Example: How to use a custom signer class to apply signatures to the PDF Document

#Implements

#Inheritance

Object
Pkcs7SignerBase
See Also