Skip to main content

Pkcs7SignerBase Class

A base class used to create PKCS#7 signatures.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.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