Toggle navigation
.NET Obfuscation
Overview
Features
Start Free Trial
Pricing
Documentation
|
Copy Protection
Overview
Features
Start Free Trial
Pricing
Documentation
|
Mobile App Protection
Overview
|
Company
About
Contact
SecureTeam Copy Protection
LicenseKey
Constructs a
LicenseKey
instance.
Syntax
Visual Basic
C#
Public Overloads Sub New( _
ByVal
name
As
String
, _
ByVal
cspBlob
As
Byte
_
)
LicenseKey
(
string
name
,
byte
[]
cspBlob
);
Parameters
name
The key name.
cspBlob
The key binary data.
See Also
LicenseKey Class
|
AgileDotNet.Licensing Namespace