Click or drag to resize
MimeKit

OpenPgpContextSignAndEncrypt Method

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