Defines types of certificate store files.
To save a certificate store into a file of a certain type, use SaveToFile method.
| Member Name | Description |
|---|---|
| Sst | Serialized storage (.SST file). May contain certificates with public keys only. |
| P7b | PKCS #7 signed message (.P7B file). May contain certificates with public keys only. |
| Pfx | Personal Information Exchange (.PFX file). May contain certificates with public and private keys and can be protected with a password. |
Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll)