MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
GnuPGContext Class
GnuPGContext Methods
Delete Method
Delete(PgpPublicKeyRing) Method
Delete(PgpSecretKeyRing) Method
Gnu
PGContext
Delete(PgpSecretKeyRing) Method
Delete a secret pgp keyring.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
virtual
void
Delete
(
PgpSecretKeyRing
keyring
)
Parameters
keyring
PgpSecretKeyRing
The pgp keyring.
Exceptions
Exception
Condition
ArgumentNullException
keyring
is
null
.
Remarks
Deletes a secret pgp keyring.
See Also
Reference
GnuPGContext Class
Delete Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast