DigitalCertificatesStoreGetCertificates(CertSystemStore) Method |
Gets the certificates collection from the specified system certificates store.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic static DigitalCertificatesCollection GetCertificates(
CertSystemStore sysCertStore
)
Public Shared Function GetCertificates (
sysCertStore As CertSystemStore
) As DigitalCertificatesCollection
Parameters
- sysCertStore CertSystemStore
- The system certificates store
Return Value
DigitalCertificatesCollectionThe certificates collection
See Also