PdfDigitalSignature Class

The digital signature class. A digital signature can be applied to a PDF document using the AddDigitalSignature(PdfDigitalSignature, PdfPage, RectangleF) method

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfDigitalSignature
Inheritance
Object    PdfDigitalSignature

Constructors

PdfDigitalSignature Constructs an empty digital signature. The Certificate property must be set after object creation
PdfDigitalSignature(PdfCertificate) Constructs a digital signature with the given certificate

Properties

Certificate The digital certificate used for signing
SignerContactInfo The signer contact info
SigningLocation The location of signing
SigningReason The reason for signing

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also