Click or drag to resize

DigitalCertificatesCollection Class

This class is used to manage a collection of certificates.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentDigitalCertificatesCollection

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public class DigitalCertificatesCollection : IEnumerable

The DigitalCertificatesCollection type exposes the following members.

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