Click or drag to resize
ISignRSA Interface
brief Interface for creating an RSA signature. Selection of the certificate is up to the implementation.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public interface ISignRSA

The ISignRSA 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 RSA signature.
Top
See Also