Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfSignature(X509Certificate2) Constructor

Initializes a new instance of the PdfSignature class with the specified certificate.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfSignature(
    X509Certificate2 certificate
)

Parameters

Name Type Description
certificate X509Certificate2

A X509Certificate2 object that is an X.509 certificate.

See Also