Returns the collection of certificates from a given system store
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public static PdfCertificatesCollection FromSystemStore( CertificatesStoreTypes systemStoreType )
Parameters
- systemStoreType
- Type: HiQPdfCertificatesStoreTypes
The system store
Return Value
Type: PdfCertificatesCollectionThe collection of certificates from the given store
See Also