Click or drag to resize
Pdf Library for .NET

PdfCertificateSystem Enumeration

The types of system certificates stores.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfCertificateSystem
Members
  Member nameValueDescription
PersonalCertificates0 A certificate store that holds certificates with associated private keys (Personal Certificates store).
RootCertificationAuthorities1 Root certificates (Trusted Root Certification Authorities store).
CertificationAuthorities2 Certification authority certificates (Intermediate Certification Authorities store).
SoftwarePublisherCertificates3 Software Publisher Certificates store.
See Also