Click or drag to resize
ComputerNameIdentifierAlgorithmGetIdentifiers Method
Generates a generic list of ComputerNameIdentifier objects.

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

Return Value

Type: ListSystemIdentifier
Returns a generic list of ComputerNameIdentifier objects.
Remarks

The list contains a single ComputerNameIdentifier object, which contains an identifier based on the name of the computer running the application. The computer's name is obtained from the System.Environment.MachineName property.

Caution note Caution

Though it is not generally a frequent occurrence, users with administrative access to computers can change its name, which will change the identifier generated.

See Also