Click or drag to resize
LicenseIDIdentifierAlgorithmGetIdentifier 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: SystemInt32
The License ID.

Return Value

Type: ListSystemIdentifier
Returns a generic list with one LicenseIDIdentifier object for the specified License ID.
See Also