CertStoreFileType Enumeration
Defines types of certificate store files.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum CertStoreFileType
Members
  Member nameValueDescription
Sst1 Serialized storage (.SST file). May contain certificates with public keys only.
P7b2 PKCS #7 signed message (.P7B file). May contain certificates with public keys only.
Pfx3 Personal Information Exchange (.PFX, PKCS #12, .P12 file). May contain certificates with public and private keys and can be protected with a password.
Remarks
To save a certificate store into a file of a certain type, use SaveToFile(String, CertStoreFileType, String) method.
See Also