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