Click or drag to resize
MimeKit

GnuPGContextSavePublicKeyRingBundle Method

Saves the public key-ring bundle.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected void SavePublicKeyRingBundle()
Exceptions
ExceptionCondition
IOException An error occured while saving the public key-ring bundle.
Remarks

Atomically saves the public key-ring bundle to the path specified by PublicKeyRingPath.

Called by Import(PgpPublicKeyRingBundle, CancellationToken) if any public keys were successfully imported.

See Also