Click or drag to resize
MimeKit

MultipartEncryptedEncryptAsync Method

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