Click or drag to resize
MimeKit

GnuPGContextExportAsync Method

Overload List
 NameDescription
Public methodExportAsync(IEnumerableMailboxAddress, CancellationToken) Asynchronously export the public keys for the specified mailboxes.
Public methodExportAsync(IEnumerablePgpPublicKey, CancellationToken) Asynchronously export the specified public keys.
Public methodExportAsync(PgpPublicKeyRingBundle, CancellationToken) Asynchronously export the specified public keys.
Public methodExportAsync(IEnumerableMailboxAddress, Stream, Boolean, CancellationToken) Asynchronously export the public keyrings for the specified mailboxes.
Public methodExportAsync(IEnumerablePgpPublicKey, Stream, Boolean, CancellationToken) Asynchronously export the specified public keys.
Public methodExportAsync(PgpPublicKeyRingBundle, Stream, Boolean, CancellationToken) Asynchronously export the public keyring bundle.
Top
See Also