Click or drag to resize
MimeKit

DefaultSecureMimeContext Constructor

Initialize a new instance of the DefaultSecureMimeContext class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public DefaultSecureMimeContext()
Exceptions
ExceptionCondition
NotImplementedException Mono.Data.Sqlite is not available.
UnauthorizedAccessException The user does not have access to read the database at the default location.
IOException An error occurred reading the database at the default location.
Remarks

Not recommended for production use as the password to unlock the private keys is hard-coded.

Requires linking with Mono.Data.Sqlite.

See Also