ExternalSignerInfo(String, String, String, Int32, HashAlgorithmType) 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 | 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 (in bytes). |
hashAlgorithm | HashAlgorithmType | The signature’s hashing algorithm. |
See Also