'Declaration
Public Function New()
'Usage
Dim instance As New PgpEncryptorDecryptor()
public PgpEncryptorDecryptor()
public:
PgpEncryptorDecryptor();
'Declaration
Public Function New()
'Usage
Dim instance As New PgpEncryptorDecryptor()
public PgpEncryptorDecryptor()
public:
PgpEncryptorDecryptor();
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 As New PgpEncryptorDecryptor() 'License Mode Dim pgpEncryptorDecryptorLicensed As New PgpEncryptorDecryptor("place user name here", "place license key here")
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