Create an LLCertificateStore from a CertificateStore. This will be a read only certificate.

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

Syntax

C#
public LLCertificateStore(
	CertificateStore store
)
Visual Basic
Public Sub New ( _
	store As CertificateStore _
)
Visual C++
public:
LLCertificateStore(
	CertificateStore^ store
)

Parameters

store
Type: LLCryptoLib.Security.Certificates..::..CertificateStore
The certificate store.

See Also