Initializes a new instance of the LLCertificateStore class.

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

Syntax

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

Parameters

location
Type: LLCryptoLib.Security.Certificates..::..StoreLocation
The location of the store
store
Type: System..::..String
The name of the store to open.

See Also