Click or drag to resize
MimeKit

CryptographyContext Constructor

Initialize a new instance of the CryptographyContext class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected CryptographyContext()
Remarks

Creates a new CryptographyContext.

By default, only the 3DES encryption algorithm and the SHA-1 digest algorithm are enabled.

See Also