MailBee.NET Objects 4.0

CertStoreFileType Enumeration

Defines types of certificate store files.

public enum CertStoreFileType

Remarks

To save a certificate store into a file of a certain type, use SaveToFile method.

Members

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.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Security Namespace