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
Returns
Type | Description |
---|---|
X509Certificate2Collection | A collection of X.509 certificates. |
See Also