Click or drag to resize

TLLInitChunk Class

This class holds integration settings
Inheritance Hierarchy
SystemObject
  TreeksLicensingLibrary2.EasyIntegrationTLLInitChunk

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
[SerializableAttribute]
public class TLLInitChunk

The TLLInitChunk type exposes the following members.

Constructors
  NameDescription
Public methodTLLInitChunk
Initializes a new instance of the TLLInitChunk class
Top
Properties
  NameDescription
Public propertyAPIURL
URL of TLL online activation server
Public propertyLicenseFilePath
Determines the path to the license file on target (end user's) computer. Following variables can be used: {appdata}, {systemdrive}, {applicationdir}, {programfiles}
Public propertyLicenseRegistryFullPath
Full päth to registry license storage
Public propertyObfuscationIterations
Obfuscation iterations
Public propertyObfuscationIV
Init vector for license obfuscation
Public propertyObfuscationPass
Password used to obfuscate license content
Public propertyObfuscationSalt
Salt used in license obfuscation
Public propertyProductID
Product ID used within TLL activation server communication
Public propertyPublicKey
Your application's public key
Public propertyRegistryKey
Registry key to store license
Public propertyRegistryScope
Registry scope to store license
Public propertyRegistryValueName
Registry value name to store license
Public propertyTLLLicense
TLL developer license content
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks