Enumerates all the certificates in the store.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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() |