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