Gnu |
public override Task ExportAsync( IEnumerable<MailboxAddress> mailboxes, Stream stream, bool armor, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | mailboxes is . -or- stream is . |
| ArgumentException | mailboxes was empty. |
| IOException | An I/O error occurred. |
| NotSupportedException | Exporting keys is not supported by this cryptography context. |
| OperationCanceledException | The operation was canceled via the cancellation token. |