PgpEncryptorDecryptor pgpEncryptorDecryptor = new PgpEncryptorDecryptor(); //Trial Mode
Dim pgpEncryptorDecryptor as PgpEncryptorDecryptor = new PgpEncryptorDecryptor() 'Trial Mode
//Trial Mode
PgpEncryptorDecryptor pgpEncryptorDecryptor = new PgpEncryptorDecryptor();
//License Mode
PgpEncryptorDecryptor pgpEncryptorDecryptorLicensed = new PgpEncryptorDecryptor("place user name here", "place license key here");
'Trial Mode
Dim pgpEncryptorDecryptor AsNew PgpEncryptorDecryptor()
'License Mode
Dim pgpEncryptorDecryptorLicensed AsNew PgpEncryptorDecryptor("place user name here", "place license key here")
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