Skip to main content
All docs
V24.1

PdfSignatureBase.GetSignatureCertificateChain() Method

Gets the certificate chain of the signature.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public X509Certificate2Collection GetSignatureCertificateChain()

Returns

Type Description
X509Certificate2Collection

A collection of X.509 certificates.

See Also