Click or drag to resize
BiosUuidIdentifierAlgorithmGetIdentifiers Method
Generates a generic list of BiosUuidIdentifier objects, which should only ever contain a single entry (or no entries if the BIOS UUID could not be retrieved).

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 BiosUuidIdentifier objects, which should only ever contain a single entry (or no entries if the BIOS UUID could not be retrieved).
Remarks

The list contains a single BiosUuidIdentifier object, which contains an identifier based on the motherboard BIOS UUID on the computer running the application.

Caution note Caution

Though it is not generally a frequent occurrence, this value will change when a user changes or replaces his or her motherboard.

See Also