Open |
public void Export( PgpPublicKeyRingBundle keys, Stream stream, bool armor, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | keys is null. -or- stream is null. |
IOException | An I/O error occurred. |
OperationCanceledException | The operation was canceled via the cancellation token. |