Opens a system certificate store of the specified name a the specified location.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	storeName As CertificateStoreName, _
	location As CertificateStoreLocation _
)
C#
public CertificateStore(
	CertificateStoreName storeName,
	CertificateStoreLocation location
)

Parameters

storeName
Type: Rebex.Security.Certificates..::..CertificateStoreName
The store name value.
location
Type: Rebex.Security.Certificates..::..CertificateStoreLocation
Specifies the location of the certificate store.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also