TLLInitChunk Class | 
Namespace: TreeksLicensingLibrary2.EasyIntegration
The TLLInitChunk type exposes the following members.
| Name | Description | |
|---|---|---|
| TLLInitChunk | Initializes a new instance of the TLLInitChunk class  | 
| Name | Description | |
|---|---|---|
| APIURL | 
 URL of TLL online activation server
   | |
| LicenseFilePath | 
 Determines the path to the license file on target (end user's) computer. Following variables can be used:
 {appdata}, {systemdrive}, {applicationdir}, {programfiles}
   | |
| LicenseRegistryFullPath | 
 Full päth to registry license storage
   | |
| ObfuscationIterations | 
 Obfuscation iterations
   | |
| ObfuscationIV | 
 Init vector for license obfuscation
   | |
| ObfuscationPass | 
 Password used to obfuscate license content
   | |
| ObfuscationSalt | 
 Salt used in license obfuscation
   | |
| ProductID | 
 Product ID used within TLL activation server communication
   | |
| PublicKey | 
 Your application's public key
   | |
| RegistryKey | 
 Registry key to store license
   | |
| RegistryScope | 
 Registry scope to store license
   | |
| RegistryValueName | 
 Registry value name to store license
   | |
| TLLLicense | 
 TLL developer license content
   | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |