Pkcs7SignerBase Class
A base class used to create PKCS#7 signatures.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Remarks
The Pkcs7Signer class is the default Pkcs7SignerBase implementation. You can create this class descendant and use a custom PKCS#7 signature builder:
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:
Implements
Inheritance
Object
Pkcs7SignerBase
See Also