Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificatesCollection Class

Represents a collection of digital certificates that can be used to sign a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfDigitalCertificatesCollection

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfDigitalCertificatesCollection : IEnumerable

The PdfDigitalCertificatesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of certificates in the collection.
Public propertyItem
Gets the certificate at the specified zero based index from collection.
Top
Methods
  NameDescription
Public methodGetCertByIssuer
Searches for a certificate with a specified issuer name.
Public methodGetCertBySerialNumber
Searches for a certificate with a specified serial number.
Public methodGetCertBySubject
Searches for a certificate with a specified subject name.
Public methodGetEnumerator
Gets the collection enumerator.
Top
See Also