MailBee.NET Objects 4.0

CertificateStore.IntermediateCA Field

Gets the name of the system certificate store containing certificates of intermediate certification authorities.

public const string IntermediateCA = "CA";

Remarks

"CA" store corresponds to "Intermediate Certification Authorities" tab of Certificates dialog in Internet Explorer options.

The common use of this store is holding certificates of organizations which issue end-user certificates.

To open a system certificate store by its name, use CertificateStore constructor.

See Also

CertificateStore Class | MailBee.Security Namespace