Click or drag to resize
MimeKit

OpenPgpContextExportAsync Method

Overload List
 NameDescription
Public methodExportAsync(IEnumerableMailboxAddress, CancellationToken) Asynchronously exports the 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