Returns a 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(
	Certificate previous
)
Visual Basic
Public Function FindCertificate ( _
	previous As Certificate _
) As Certificate
Visual C++
public:
Certificate^ FindCertificate(
	Certificate^ previous
)

Parameters

previous
Type: LLCryptoLib.Security.Certificates..::..Certificate
The previous certificate.

Return Value

The Certificate that comes after previous -or- a null reference (Nothing in Visual Basic) if there is no certificate after .

See Also