Click or drag to resize
MimeKit

OpenPgpContextSignAndEncryptAsync Method

Overload List
 NameDescription
Public methodSignAndEncryptAsync(MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, Stream, CancellationToken) Asynchronously sign and encrypt the specified content for the specified recipients.
Public methodSignAndEncryptAsync(PgpSecretKey, DigestAlgorithm, IEnumerablePgpPublicKey, Stream, CancellationToken) Asynchronously sign and encrypt the specified content for the specified recipients.
Public methodSignAndEncryptAsync(MailboxAddress, DigestAlgorithm, EncryptionAlgorithm, IEnumerableMailboxAddress, Stream, CancellationToken) Asynchronously sign and encrypt the specified content for the specified recipients.
Public methodSignAndEncryptAsync(PgpSecretKey, DigestAlgorithm, EncryptionAlgorithm, IEnumerablePgpPublicKey, Stream, CancellationToken) Asynchronously sign and encrypt the specified content for the specified recipients.
Top
See Also