Skip to main content
All docs
V23.2

PdfPkcs7Signature.GetSignatureCertificateChain() Method

Gets the certificate chain of the PKCS#7 signature.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public X509Certificate2Collection GetSignatureCertificateChain()

Returns

Type Description
X509Certificate2Collection

A collection of X.509 certificates.

See Also