MailBee.NET Objects 4.0

CertificateStore.Personal Field

Gets the name of the system certificate store containing personal certificates.

public const string Personal = "MY";

Remarks

"MY" store corresponds to "Personal" tab of Certificates dialog in Internet Explorer options.

The common use of this store with S/MIME is signing e-mails you send or decrypting e-mails you receive.

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

See Also

CertificateStore Class | MailBee.Security Namespace