RegistryStoreLocation Enumeration |
Namespace: MailBee.Security
Member name | Value | Description | |
---|---|---|---|
CurrentUser | 65536 | The store resides in "HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates" branch. | |
LocalMachine | 131072 | The store resides in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates" branch. | |
Users | 393216 | The store resides in "HKEY_USERS\.DEFAULT\Software\Microsoft\SystemCertificates" branch. |
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(String, CertStoreType, String, CryptoServiceProvider, RegistryStoreLocation) constructor. To create a store in the registry, use RegisterSystemStore(String, RegistryStoreLocation) method.