Defines branches of the Windows registry where the system certificate stores can reside.
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.
| Member Name | Description |
|---|---|
| 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. |
Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.Security Namespace | RegisterSystemStore | UnregisterSystemStore