PdfCertificatesCollection Class

A collection of PdfCertificate elements

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfCertificatesCollection : IEnumerable
Inheritance
Object    PdfCertificatesCollection
Implements
IEnumerable

Properties

Count Gets the number of certificates in collection
Item Gets the certificate at the given index from collection

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FromData(Byte) Returns the collection of certificates from a given PFX file data
FromData(Byte, String) Returns the collection of certificates from a given password protected PFX file data
FromFile(String) Returns the collection of certificates from a given PFX file
FromFile(String, String) Returns the collection of certificates from a given password protected PFX file
FromSystemStore Returns the collection of certificates from the Personal system store
FromSystemStore(CertificatesStoreTypes) Returns the collection of certificates from a given system store
GetEnumerator Returns the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also