MailBee.NET Objects 4.0

RegistryStoreLocation Enumeration

Defines branches of the Windows registry where the system certificate stores can reside.

public enum RegistryStoreLocation

Remarks

By default, MailBee uses system stores which reside in CurrentUser branch.

To open an existing system certificate store which resides in another branch of the registry, create CertificateStore object using CertificateStore constructor. To create a store in the registry, use RegisterSystemStore method.

Members

Member NameDescription
CurrentUser The store resides in "HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates" branch.
LocalMachine The store resides in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates" branch.
Users The store resides in "HKEY_USERS\.DEFAULT\Software\Microsoft\SystemCertificates" branch.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Security Namespace | RegisterSystemStore | UnregisterSystemStore