Click or drag to resize
MimeKit

ApplicationPgpEncrypted Constructor

Initialize a new instance of the ApplicationPgpEncrypted class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ApplicationPgpEncrypted()
Remarks
Creates a new MIME part with a Content-Type of application/pgp-encrypted and content matching "Version: 1\n".
See Also