MailBee.NET Objects 4.0

CertFileType Enumeration

Defines types of certificate files and data.

public enum CertFileType

Remarks

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.

Members

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.

Requirements

Namespace: MailBee.Security

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

See Also

MailBee.Security Namespace | SaveToFile