ExternalSignerInfo(PdfSignatureType, Int32, IDigestCalculator) Constructor
Initializes a new instance of the ExternalSignerInfo class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.1.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | PdfSignatureType | The signature type. |
signatureSize | Int32 | The signature size (in bytes). |
digestCalculator | IDigestCalculator | The signature’s digest calculator. |
See Also