Initializes a new temporary CertificateStore in memory.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
LLCryptoLib.Security.Certificates..::..CertificateException | An error occurs while creating the store. |