|
PdfDigitalCertificatesStoreGetCertificates Method |
Gets the certificates collection from the Personal Certificates store.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public static PdfDigitalCertificatesCollection GetCertificates()
Public Shared Function GetCertificates As PdfDigitalCertificatesCollection
Return Value
Type:
PdfDigitalCertificatesCollectionThe Personal certificates collection.
Remarks
The Personal Certificates store can be accessed from Control Panel/Internet Options, Content, Certificates.
See Also