Click or drag to resize
ISignECDSA Interface
Interface for creating ECDSA signature. Selection of the certificate is up to the implementation.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public interface ISignECDSA

The ISignECDSA type exposes the following members.

Methods
  NameDescription
Public methodgetCertificate
Get an intermediate certificate.
Public methodgetCertificateCount
Get the number of available intermediate certificates.
Public methodgetErrorMessage
Get an error message for the last operation. After any method of this object has been called, this function shall return an error message (possibly empty if the most recently called method didn't fail).
Public methodgetSignatureSize
Get the size of the signature that will be computed by sign().
Public methodgetSigningCertificate
Get the signing certificate.
Public methodsign
Compute an ECDSA signature.
Top
See Also