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

IExternalSigner Members

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