Defines types of certificate files and data.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Enumeration CertFileType
Members
| Member name | Value | Description |
---|
| Cer | 0 |
The certificate file or data in X.509 format (.CER file). May contain public key only.
|
| P7b | 1 |
The certificate file or data in PKCS #7 format (.P7B file). May contain public key only.
|
| Pfx | 2 |
The certificate file or data in Personal Information Exchange format (.PFX file). May contain both public and private keys.
|
Remarks See Also