Open |
public MimePart SignAndEncrypt( MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable<MailboxAddress> recipients, Stream content, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | signer is . -or- recipients is . -or- content is . |
| ArgumentOutOfRangeException | digestAlgo is out of range. |
| ArgumentException | One or more of the recipient keys cannot be used for encrypting. -or- No recipients were specified. |
| NotSupportedException | The specified DigestAlgorithm is not supported by this context. |
| PrivateKeyNotFoundException | The private key could not be found for signer. |
| PublicKeyNotFoundException | A public key could not be found for one or more of the recipients. |
| 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. |