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

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

Field Value

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

See Also