SignDocSDK Class Library
SignDocSDK Class Library
de.softpro.signdocsdk
ISignECDSA Interface
ISignECDSA Methods
getCertificate Method
getCertificateCount Method
getErrorMessage Method
getSignatureSize Method
getSigningCertificate Method
sign Method
ISignECDSA
sign Method
Compute an ECDSA signature.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
Copy
byte
[]
sign
(
ISource
source
,
HashAlgorithm
hashAlgorithm
)
Parameters
source
Type:
de.softpro.signdocsdk
ISource
An object providing data to be hashed and signed.
hashAlgorithm
Type:
de.softpro.signdocsdk.Enums.ESignECDSA
HashAlgorithm
HashAlgorithm Hash algorithm (Sha1, Sha224, Sha256, Sha384, or Sha512).
Return Value
Type:
Byte
The ECDSA signature (a DER-encoded SEQUENCE).
See Also
Reference
ISignECDSA Interface
de.softpro.signdocsdk Namespace