A collection of PdfCertificate elements
Inheritance Hierarchy
HiQPdfPdfCertificatesCollection
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfCertificatesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of certificates in collection
| |
Item |
Gets the certificate at the given index from collection
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also