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

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const string IntermediateCA

Field Value

Type: String
Gets "CA" string.
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(String, CertStoreType, String) constructor.

See Also