ExternalSignerInfo(String, String, String, Int32, IDigestCalculator) Constructor
In This Article
Initializes a new instance of the ExternalSignerInfo class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public ExternalSignerInfo(
string type,
string filter,
string subFilter,
int signatureSize,
IDigestCalculator digestCalculator
)
#Parameters
Name | Type | Description |
---|---|---|
type | String | The signature type. |
filter | String | The name of the preferred signature handler. |
sub |
String | The signature’s encoding and key information. |
signature |
Int32 | The signature size. |
digest |
IDigest |
The signature’s digest calculator. |
See Also