DigitalCertificatesCollection Class

This class is used to manage a collection of certificates.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class DigitalCertificatesCollection : IEnumerable
Inheritance
Object    DigitalCertificatesCollection
Implements
IEnumerable

Properties

Count Gets the number of certificates in collection.
Item Gets the certificate at the specified zero besed index from collection.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetCertByIssuer Searches the certificate by issuer name in the digital certificates collection.
GetCertBySerialNumber Searches the certificate by the specified serial number.
GetCertBySubject Searches the certificate by subject name.
GetEnumerator Gets the collection enumerator.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also