Defines types of certificate files and data.
To open a certificate file of a certain type, use Certificate(string, CertFileType, string) constructor. To open a certificate from memory, use Certificate(byte[], CertFileType, string) constructor. To save an existing certificate into a file of a certain type, use SaveToFile method.
| Member Name | Description |
|---|---|
| Cer | The certificate file or data in X.509 format (.CER file). May contain public key only. |
| P7b | The certificate file or data in PKCS #7 format (.P7B file). May contain public key only. |
| Pfx | The certificate file or data in Personal Information Exchange format (.PFX file). May contain both public and private keys. |
Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBee.Security Namespace | SaveToFile