Click or drag to resize
ISignPKCS7 Methods

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