Cryptography |
public abstract Task<MimePart> ExportAsync( IEnumerable<MailboxAddress> mailboxes, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | mailboxes is null. |
ArgumentException | mailboxes was empty. |
NotSupportedException | Exporting keys is not supported by this cryptography context. |
OperationCanceledException | The operation was cancelled via the cancellation token. |