Click or drag to resize
MimeKit

OpenPgpContext.Export Method

Overload List
 NameDescription
Public methodExport(IEnumerable<MailboxAddress>, CancellationToken) Exports the keys for the specified mailboxes.
Public methodExport(IEnumerable<PgpPublicKey>, CancellationToken) Export the specified public keys.
Public methodExport(PgpPublicKeyRingBundle, CancellationToken) Export the specified public keys.
Public methodExport(IEnumerable<MailboxAddress>, Stream, Boolean, CancellationToken) Export the public keyrings for the specified mailboxes.
Public methodExport(IEnumerable<PgpPublicKey>, Stream, Boolean, CancellationToken) Export the specified public keys.
Public methodExport(PgpPublicKeyRingBundle, Stream, Boolean, CancellationToken) Export the public keyring bundle.
Top
See Also