Skip to main content

PdfSignature(X509Certificate2) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSignature(
    X509Certificate2 certificate
)

Parameters

Name Type Description
certificate X509Certificate2

A X509Certificate2 object that is an X.509 certificate.

See Also