MailBee.NET Objects 4.0

CertStoreType Enumeration

Defines certificate store types.

public enum CertStoreType

Remarks

To open a certificate store of a certain type, create CertificateStore object using CertificateStore constructor or its overloads.

Members

Member Name Description
PublicFile A file in SST or PKCS #7 format which contains certificates with public keys only.
System Standard system store (stored in Windows registry, examples are Personal, OtherPeople, etc). May contain certificates with public and private keys.
Memory Temporary memory storage. Often used to create a new store which can then be saved into a file. May contain certificates with public and private keys.
Ldap A storage populated with certificates, CRLs, and CTLs obtained from the results of the query specified by an LDAP URL. To perform write operations for the store, the URL must specify a BASE query with no filter and a single attribute.
PfxFile A file in PFX (Personal Information Exchange) format which may contain certificates with public and private keys. PFX files can be protected with a password.

Requirements

Namespace: MailBee.Security

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

See Also

MailBee.Security Namespace