Collection of PGP keys stored in the GnuPGP application.

Namespace: Starksoft.Cryptography.OpenPGP
Assembly:  Starksoft.Cryptography.OpenPGP (in Starksoft.Cryptography.OpenPGP.dll)

Syntax

C#
public class GnuPGKeyCollection : IEnumerable<GnuPGKey>, 
	IEnumerable
Visual Basic (Declaration)
Public Class GnuPGKeyCollection _
	Implements IEnumerable(Of GnuPGKey), IEnumerable

Inheritance Hierarchy

System..::Object
  Starksoft.Cryptography.OpenPGP..::GnuPGKeyCollection

See Also