DevExpress.Office.DigitalSignatures Namespace
Contains classes used to create signatures for PDF and Office documents.
Assemblies: DevExpress.Docs.v24.2.dll, DevExpress.Pdf.v24.2.Core.dll
NuGet Packages: DevExpress.Document.Processor, DevExpress.Pdf.Core
#Classes
Name | Description |
---|---|
Certificate |
Provides certificates used to build a certificate chain and register the signature in the Document Security Store (DSS). |
Commitment |
Contains properties used to specify the signer’s commitment type. |
Crl |
Allows you to send a CLR request for a certificate. |
Digest |
Allows you to calculate a digest from a stream. Supports hash algorithms listed in Hash |
Document |
Allows you to sign Office documents and validate signatures. You need an active DevExpress Office File API Subscription or DevExpress Universal Subscription to use these methods in production code. |
Ocsp |
Allows you to send an Online Certificate Status Protocol (OCSP) request for a certificate. |
Ocsp |
Fires when the OCSP response fails. |
Package |
Contains the validation information. |
Signature |
Contains signature check result details. |
Signature |
Contains signer information (claimed roles, commitment type, etc.) |
Signature |
Contains signature options. |
Signature |
Contains signature policy options. |
Signature |
Contains signature validation information. |
Signature |
Contains signature validation options. |
#Interfaces
Name | Description |
---|---|
ICertificate |
Provides certificates used to build a certificate chain and register the signature in the Document Security Store (DSS). |
ICrl |
Allows you to send a CLR request for specific a certificate. |
IDigest |
Allows you to calculate a digest from a stream. |
IOcsp |
Allows you to send an Online Certificate Status Protocol (OCSP) request for a certificate. |
#Enums
Name | Description |
---|---|
Hash |
Lists values used to specify the signature’s secure hash algorithm (SHA) type. |
Package |
Lists values used to specify the signature validation result. |
Signature |
Lists values used to specify the signature validation type. |
Signature |
Lists values used to specify additional signature creation stages. |
Signature |
Lists values used to specify the signature validation result. |
Validation |
Lists values used to specify validation flags. |