Specifies the name of the certificate store.

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

Syntax

Visual Basic
Public Enumeration CertificateStoreName
C#
public enum CertificateStoreName

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkAddressBook
Other users.
Supported by the .NET Compact FrameworkAuthRoot
Third-party certificate authorities.
Supported by the .NET Compact FrameworkCertificateAuthority
Intermediate certificate authorities.
Supported by the .NET Compact FrameworkDisallowed
Revoked certificates.
Supported by the .NET Compact FrameworkMy
Personal certificates.
Supported by the .NET Compact FrameworkRoot
Trusted root certificate authorities.
Supported by the .NET Compact FrameworkTrustedPeople
Directly trusted people and resources.
Supported by the .NET Compact FrameworkTrustedPublisher
Directly trusted publishers.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also