NET PGP Library
PgpVersion Enumeration



KellermanSoftware.NetPgpLibrary Namespace : PgpVersion Enumeration
Which version of PGP to use
Syntax
'Declaration
 
Public Enum PgpVersion 
   Inherits System.Enum
'Usage
 
Dim instance As PgpVersion
public enum PgpVersion : System.Enum 
public enum class PgpVersion : public System.Enum 
Members
MemberDescription
Version2 IDEA Encryption
Version3 CAST 128 Encryption
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetPgpLibrary.PgpVersion

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetPgpLibrary Namespace