Click or drag to resize
MimeKit

MultipartEncryptedEncrypt Method

Overload List
 NameDescription
Public methodStatic memberEncrypt(IEnumerableMailboxAddress, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(IEnumerablePgpPublicKey, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(OpenPgpContext, IEnumerableMailboxAddress, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(OpenPgpContext, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(OpenPgpContext, EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Public methodStatic memberEncrypt(OpenPgpContext, EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) Create a multipart/encrypted MIME part by encrypting the specified entity.
Top
See Also