Create an LLCertificateStore from a CertificateStore, specifying attributes.

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

Syntax

C#
public LLCertificateStore(
	CertificateStore store,
	string sname,
	StoreLocation location
)
Visual Basic
Public Sub New ( _
	store As CertificateStore, _
	sname As String, _
	location As StoreLocation _
)
Visual C++
public:
LLCertificateStore(
	CertificateStore^ store, 
	String^ sname, 
	StoreLocation location
)

Parameters

store
Type: LLCryptoLib.Security.Certificates..::..CertificateStore
The certificate Store
sname
Type: System..::..String
The store name.
location
Type: LLCryptoLib.Security.Certificates..::..StoreLocation
The store location as in StoreLocation

See Also