PGPkeys MembersezPGP for .NET help file
The PGPkeys type exposes the following members.
Constructors

  NameDescription
Public methodPGPkeys 
Constructor
Public methodPGPkeys(String, String, String, String, String, String, String, String)
Constructor: Initialize key element. Not use at this moment
Back to Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Back to Top
Fields

  NameDescription
Public fieldcreated
Created Date, yyyy-mm-dd
Public fieldemail
Email. Max length is 40
Public fieldexpired
Expired Date
Public fieldfingerprint
Key fingerprint. Length is 40 with hex string
Public fieldkeyalg
Key Algorithm. Possible value is "RSA", "DSA/Elgamal", "DSA/DH", "Elgamal"
Public fieldkeyid
Key ID. Length is 8
Public fieldkeylen
Key Length in bits
Public fieldusrname
User name or key name. Max length is 20
Back to Top
See Also