| Name | Description |
---|
  | SignAndEncryptAsync(MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(PgpSecretKey, DigestAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(MailboxAddress, DigestAlgorithm, EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(OpenPgpContext, MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(OpenPgpContext, PgpSecretKey, DigestAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(PgpSecretKey, DigestAlgorithm, EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(OpenPgpContext, MailboxAddress, DigestAlgorithm, EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|
  | SignAndEncryptAsync(OpenPgpContext, PgpSecretKey, DigestAlgorithm, EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Asynchronously create a multipart/encrypted MIME part by signing and encrypting the specified entity.
|