Skip to main content

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