Specifies the location of the certificate store.

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

Syntax

Visual Basic
Public Enumeration CertificateStoreLocation
C#
public enum CertificateStoreLocation

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkCurrentUser
The store located at HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates.
Supported by the .NET Compact FrameworkLocalMachine
The store located at HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also