Click or drag to resize
MimeKit

GnuPGContextEnumerateSecretKeys Method

Enumerate all secret keys.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public virtual IEnumerable<PgpSecretKey> EnumerateSecretKeys()

Return Value

IEnumerablePgpSecretKey
The list of available secret keys.
Remarks
Enumerates all secret keys.
See Also