Click or drag to resize
MimeKit

GnuPGContextDelete(PgpSecretKeyRing) Method

Delete a secret pgp keyring.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public virtual void Delete(
	PgpSecretKeyRing keyring
)

Parameters

keyring  PgpSecretKeyRing
The pgp keyring.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeyring is null.
Remarks
Deletes a secret pgp keyring.
See Also