Click or drag to resize

CmsInformationCertificates Property

Gets the certificates collection. This represents the certificate or chain of certificates used to sign the document. The actual signer will always be the first.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public X509Certificate2Collection Certificates { get; }

Property Value

Type: X509Certificate2Collection
The certificates.
See Also