LicenseKey Constructor

SecureTeam Copy Protection

LicenseKey

Constructs a LicenseKey instance.

Syntax

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