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

IExternalSigner Members

In This Article
Exposes the basic functionality to generate signatures.

#Properties

Name Description
Filter Retrieves the name of the preferred signature handler.
SubFilter Returns information about the signature’s format.
Type Returns the signature type.

#Methods

Name Description
BuildSignature(Byte[], String) Builds the signature and returns its contents.
BuildSignature(Stream) Builds the signature for the specified document.
GetSignatureSize() Returns the signature size (in bytes).
See Also