Enumerates all the certificates in the store.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public Certificate[] EnumCertificates()
Visual Basic
Public Function EnumCertificates As Certificate()
Visual C++
public:
array<Certificate^>^ EnumCertificates()

Return Value

An array of Certificate instances.

See Also