Returns the first certificate from the CertificateStore.

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

Syntax

C#
public Certificate FindCertificate()
Visual Basic
Public Function FindCertificate As Certificate
Visual C++
public:
Certificate^ FindCertificate()

Return Value

A Certificate from the store.

See Also