LicenseKey.NewKey Method

SecureTeam Copy Protection

LicenseKey.NewKey

Creates a new license key.

Syntax

Public Shared Sub NewKey( _
   ByVal name As String _
)
public static LicenseKey NewKey(
   string name
);

Parameters

name
The license key name.

Return Value

The license key object.

See Also

LicenseKey Class | AgileDotNet.Licensing Namespace