Open |
public abstract void Export( IEnumerable<MailboxAddress> mailboxes, Stream stream, bool armor, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | mailboxes is null. -or- stream is null. |
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. |