HiQPdf Documentation

PdfCertificatesCollection Class

Quickly Create High Quality PDFs
A collection of PdfCertificate elements
Inheritance Hierarchy

SystemObject
  HiQPdfPdfCertificatesCollection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfCertificatesCollection : IEnumerable

The PdfCertificatesCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of certificates in collection
Public propertyItem
Gets the certificate at the given index from collection
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromData(Byte)
Returns the collection of certificates from a given PFX file data
Public methodStatic memberFromData(Byte, String)
Returns the collection of certificates from a given password protected PFX file data
Public methodStatic memberFromFile(String)
Returns the collection of certificates from a given PFX file
Public methodStatic memberFromFile(String, String)
Returns the collection of certificates from a given password protected PFX file
Public methodStatic memberFromSystemStore
Returns the collection of certificates from the Personal system store
Public methodStatic memberFromSystemStore(CertificatesStoreTypes)
Returns the collection of certificates from a given system store
Public methodGetEnumerator
Returns the collection enumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference