Multipart |
public static MultipartEncrypted SignAndEncrypt( OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable<MailboxAddress> recipients, MimeEntity entity, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | ctx is null. -or- signer is null. -or- recipients is null. -or- entity is null. |
PrivateKeyNotFoundException | The private key for signer could not be found. |
PublicKeyNotFoundException | A public key for one or more of the recipients could not be found. |
ObjectDisposedException | entity has been disposed. |
OperationCanceledException | The user chose to cancel the password prompt. -or- The operation was canceled via the cancellation token. |
UnauthorizedAccessException | 3 bad attempts were made to unlock the secret key. |