Click or drag to resize
LicenseIDIdentifierAlgorithm.GetIdentifier Method
Generates a generic list with one LicenseIDIdentifier object for the specified License ID.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public List<SystemIdentifier> GetIdentifier(
	int licenseID
)

Parameters

licenseID
Type: System.Int32
The License ID.

Return Value

Type: List<SystemIdentifier>
Returns a generic list with one LicenseIDIdentifier object for the specified License ID.
See Also