Deletes a certificate store.

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

Syntax

C#
public static void DeleteCertificateStore(
	StoreLocation location,
	string name
)
Visual Basic
Public Shared Sub DeleteCertificateStore ( _
	location As StoreLocation, _
	name As String _
)
Visual C++
public:
static void DeleteCertificateStore(
	StoreLocation location, 
	String^ name
)

Parameters

location
Type: LLCryptoLib.Security.Certificates..::..StoreLocation
The store location as in StoreLocation
name
Type: System..::..String
The name of the store

See Also