Click or drag to resize
MimeKit

OpenPgpContextEncryptAsync Method

Overload List
 NameDescription
Public methodEncryptAsync(IEnumerableMailboxAddress, Stream, CancellationToken) Asynchronously encrypt the specified content for the specified recipients.
Public methodEncryptAsync(IEnumerablePgpPublicKey, Stream, CancellationToken) Asynchronously encrypt the specified content for the specified recipients.
Public methodEncryptAsync(EncryptionAlgorithm, IEnumerableMailboxAddress, Stream, CancellationToken) Asynchronously encrypt the specified content for the specified recipients.
Public methodEncryptAsync(EncryptionAlgorithm, IEnumerablePgpPublicKey, Stream, CancellationToken) Asynchronously encrypt the specified content for the specified recipients.
Top
See Also