Defines certificate store types.
To open a certificate store of a certain type, create CertificateStore object using CertificateStore constructor or its overloads.
| Member Name | Description |
|---|---|
| PublicFile | A file in SST or PKCS #7 (.P7B) format which contains certificates with public keys only. |
| System | Standard system store (stored in Windows registry, examples are Personal, OtherPeople, etc). May contain certificates with public and private keys. |
| Memory | Temporary memory storage. Often used to create a new store which can then be saved into a file. May contain certificates with public and private keys. |
| Pkcs7Bytes | A byte array in PKCS #7 (.P7B) format. Used with CertificateStore overload. |
| SerializedBytes | A byte array in SST format. Used with CertificateStore overload. |
| Ldap | A storage populated with certificates, CRLs, and CTLs obtained from the results of the query specified by an LDAP URL. To perform write operations for the store, the URL must specify a BASE query with no filter and a single attribute. |
| PfxFile | A file in PFX (Personal Information Exchange, PKCS #12) format which may contain certificates with public and private keys. PFX files can be protected with a password. |
| PfxBytes | A byte array in PFX format. All characteristics of PfxFile apply. To open a certificate store from PFX bytes array, use CertificateStore constructor. |
Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll)