Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Pkcs7SignerBase Class

A base class used to create PKCS#7 signatures.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.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 use this class to create PKCS#7 signatures or create a Pkcs7SignerBase descendant to use a custom object to create signatures. Refer to the How to: Use a Custom Signer Class to Apply Signatures to the PDF Document repository for a code sample.

Implements

Inheritance

Object
Pkcs7SignerBase
See Also