NET PGP Library
PgpEncryptorDecryptor Constructor()
Example 



KellermanSoftware.NetPgpLibrary Namespace > PgpEncryptorDecryptor Class > PgpEncryptorDecryptor Constructor : PgpEncryptorDecryptor Constructor()
Trial constructor
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New PgpEncryptorDecryptor()
public PgpEncryptorDecryptor()
public:
PgpEncryptorDecryptor();
Example
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")
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

PgpEncryptorDecryptor Class
PgpEncryptorDecryptor Members
Overload List