CertificateStoreRootCA Field
Gets the name of the system certificate store containing certificates of trusted root 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 RootCA

Field Value

Type: String
Gets "Root" string.
Remarks

"Root" store corresponds to "Trusted Root 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