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