The LicenseKey serizlied to byte array.
Namespace: Composite.Core.PackageSystemAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public byte[] LicenseKeyBytes { get; } |
Visual Basic |
---|
Public ReadOnly Property LicenseKeyBytes As Byte() Get |
Visual C++ |
---|
public: property array<unsigned char>^ LicenseKeyBytes { array<unsigned char>^ get (); } |