Click or drag to resize
LicenseAddIdentifierAlgorithm Method
Adds a SystemIdentifierAlgorithm implementation to use for system identification and verification.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public void AddIdentifierAlgorithm(
	SystemIdentifierAlgorithm algorithm
)

Parameters

algorithm
Type: com.softwarekey.Client.LicensingSystemIdentifierAlgorithm
The SystemIdentifierAlgorithm to use when initializing the CurrentIdentifiers property (initialized by the InitializeCurrentIdentifiers method).
See Also