Initializes a new temporary CertificateStore in memory.

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

Syntax

C#
public CertificateStore()
Visual Basic
Public Sub New
Visual C++
public:
CertificateStore()

Remarks

If the store is closed, all the data in the store is lost.

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while creating the store.

See Also