Back to Devexpress

ExternalSignerInfo Constructors

officefileapi-devexpress-dot-pdf-dot-externalsignerinfo-dot-ctor.md

latest2.0 KB
Original Source

ExternalSignerInfo Constructors

Contains information about the signature contents.

NameParametersDescription
ExternalSignerInfo(PdfSignatureType, Int32, HashAlgorithmType)type, signatureSize, hashAlgorithmInitializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(PdfSignatureType, Int32, IDigestCalculator)type, signatureSize, digestCalculatorInitializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(String, String, String, Int32, HashAlgorithmType)type, filter, subFilter, signatureSize, hashAlgorithmInitializes a new instance of the ExternalSignerInfo class with specified settings.
ExternalSignerInfo(String, String, String, Int32, IDigestCalculator)type, filter, subFilter, signatureSize, digestCalculatorInitializes a new instance of the ExternalSignerInfo class with specified settings.

See Also

ExternalSignerInfo Class

ExternalSignerInfo Members

DevExpress.Pdf Namespace