Click or drag to resize
MimeKit

OpenPgpContextExport Method

Overload List
 NameDescription
Public methodExport(IEnumerableMailboxAddress, CancellationToken) Exports the 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