Skip to main content
All docs
V25.1
  • 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