Returns a certificate from the CertificateStore.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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.