Net Encryption Library
Encryption Constructor(String)






KellermanSoftware.NetEncryptionLibrary Namespace > Encryption Class > Encryption Constructor : Encryption Constructor(String)
Extend the trial of the Software
Syntax
'Declaration
 
Public Function New( _
   ByVal trialExtensionCode As System.String _
)
'Usage
 
Dim trialExtensionCode As System.String
 
Dim instance As New Encryption(trialExtensionCode)
public Encryption( 
   System.string trialExtensionCode
)
public Encryption( 
    trialExtensionCode: System.String
); 
public function Encryption( 
   trialExtensionCode : System.String
);
public: Encryption( 
   System.string* trialExtensionCode
)
public:
Encryption( 
   System.String^ trialExtensionCode
)

Parameters

trialExtensionCode
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

Encryption Class
Encryption Members
Overload List