Click or drag to resize

CPDFSigner Class

Signer
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFSigner

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFSigner

The CPDFSigner type exposes the following members.

Properties
  NameDescription
Public propertyAuthenDate
Time of the timestamp for the signature
Public propertyCertificateList
Certificate list
Public propertyIsCertTrusted
Indicates whether the signature certificate is trusted.
Public propertyIsSignVerified
Indicates whether the signature is valid.
Public propertyTimeStampSignature
Timestamp of the signature
Top
Methods
  NameDescription
Public methodIsValid
Checks if the object is valid.
Public methodRelease
Release the CPDFSigner
Top
See Also