Click or drag to resize
MimeKit

GnuPGContextExport Method

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