| Name | Description |
---|
| Encrypt(IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(OpenPgpContext, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(OpenPgpContext, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(OpenPgpContext, EncryptionAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|
| Encrypt(OpenPgpContext, EncryptionAlgorithm, IEnumerablePgpPublicKey, MimeEntity, CancellationToken) |
Create a multipart/encrypted MIME part by encrypting the specified entity.
|