Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExternalSignerInfo Constructors

Contains information about the signature contents.
Name Parameters Description
ExternalSignerInfo(PdfSignatureType, Int32, HashAlgorithmType) type, signatureSize, hashAlgorithm Initializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(PdfSignatureType, Int32, IDigestCalculator) type, signatureSize, digestCalculator Initializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(String, String, String, Int32, HashAlgorithmType) type, filter, subFilter, signatureSize, hashAlgorithm Initializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(String, String, String, Int32, IDigestCalculator) type, filter, subFilter, signatureSize, digestCalculator Initializes a new instance of the ExternalSignerInfo class with specified settings.
See Also