CertStoreFileType Enumeration |
Defines types of certificate store files.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum CertStoreFileType
Public Enumeration CertStoreFileType
Members
| Member name | Value | Description |
---|
| Sst | 1 |
Serialized storage (.SST file). May contain certificates with public keys only.
|
| P7b | 2 |
PKCS #7 signed message (.P7B file). May contain certificates with public keys only.
|
| Pfx | 3 |
Personal Information Exchange (.PFX, PKCS #12, .P12 file). May contain certificates with public and private keys and can be protected with a password.
|
Remarks See Also