ExternalSignerInfo(String, String, String, Int32, IDigestCalculator) Constructor
Initializes a new instance of the ExternalSignerInfo class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v20.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | String | The signature type. |
filter | String | The name of the preferred signature handler. |
subFilter | String | The signature's encoding and key information. |
signatureSize | Int32 | The signature size. |
digestCalculator | IDigestCalculator | The signature's digest calculator. |
See Also
Feedback