Gets the certificate used to create the signature.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public DigitalCertificate Certificate { get; }
Visual Basic
Public ReadOnly Property Certificate As DigitalCertificate
	Get
Visual C++
public:
property DigitalCertificate^ Certificate {
	DigitalCertificate^ get ();
}

Property Value

Type: DigitalCertificate

See Also