public class PdfCertificatesCollection : IEnumerablePublic Class PdfCertificatesCollection
Implements IEnumerablepublic ref class PdfCertificatesCollection : IEnumerabletype PdfCertificatesCollection =
class
interface IEnumerable
end| Count | Gets the number of certificates in collection |
| Item | Gets the certificate at the given index from collection |
| 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) |