Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDeferredSignatureBuilder Constructors

Allows you to build a signature for a document hash.
Name Parameters Description
PdfDeferredSignatureBuilder(ExternalSignerInfo, PdfSignatureFieldInfo) signerInfo, info Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
PdfDeferredSignatureBuilder(ExternalSignerInfo, String) signerInfo, formFieldName Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
PdfDeferredSignatureBuilder(ExternalSignerInfo) signerInfo Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
See Also