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 String, _
	location As CertificateStoreLocation _
)
C#
public CertificateStore(
	string storeName,
	CertificateStoreLocation location
)

Parameters

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

Remarks

Some example system stores are:
"CA" - Certification authority certificates.
"My" - A certificate store that holds certificates with associated private keys.
"Root" - Root certificates.
"SPC" - Software publisher certificate.
"Trust"
"Disallowed"

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also