| OpenPgpContextExportAsync(IEnumerablePgpPublicKey, Stream, Boolean, CancellationToken) Method |
Asynchronously export the specified public keys.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Task ExportAsync(
IEnumerable<PgpPublicKey> keys,
Stream stream,
bool armor,
CancellationToken cancellationToken = default
)
Parameters
- keys IEnumerablePgpPublicKey
- The public keys to export.
- stream Stream
- The output stream.
- armor Boolean
- true if the output should be armored; otherwise, false.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn asynchronous task context.
Exceptions Remarks
Asynchronously exports the specified public keys.
See Also