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.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override List<SystemIdentifier> GetIdentifiers()
Public Overrides Function GetIdentifiers As List(Of SystemIdentifier)
public:
virtual List<SystemIdentifier^>^ GetIdentifiers() override
Return Value
Type:
ListSystemIdentifierReturns 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 |
---|
Though it is not generally a frequent occurrence, this value will change when a user changes or
replaces his or her motherboard.
|
See Also