TLLInterface Constructor (Byte, String) |
Initializes class with bytes from Init Chunk Generator and password
Namespace: TreeksLicensingLibrary2.EasyIntegrationAssembly: TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.7284.34511 (2.1.0.0)
Syntax public TLLInterface(
byte[] initchunk,
string ChunkKey = "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
)
Public Sub New (
initchunk As Byte(),
Optional ChunkKey As String = "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
)
public:
TLLInterface(
array<unsigned char>^ initchunk,
String^ ChunkKey = L"5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
)
new :
initchunk : byte[] *
?ChunkKey : string
(* Defaults:
let _ChunkKey = defaultArg ChunkKey "5ss8:,UaAUhzTE?9trSjSynsxDxTRbn"
*)
-> TLLInterface
Parameters
- initchunk
- Type: SystemByte
Init chunk bytes from project's resources - ChunkKey (Optional)
- Type: SystemString
Init chunk password used within TLL Init Chunk Generator
Remarks See Also