Click or drag to resize
ISignPKCS7 Interface
Interface for creating a PKCS #7 or CAdES signature. Selection of the certificate, including intermediate certifcatse, and implementing CAdES is up to the implementation. This interface is quite hard to use, please use interface SignRSA instead.

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

The ISignPKCS7 type exposes the following members.

Methods
  NameDescription
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
Compute the size of the signature produced by sign().
Public methodgetSubjectCommonName
Get the common name (CN) of the certificate's subject.
Public methodsign
Sign data, producing a PKCS #7 or CAdES signature.
Top
See Also