Click or drag to resize
UserNameIdentifierAlgorithmGetIdentifiers Method
Generates a generic list of UserNameIdentifier 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 UserNameIdentifier objects, which will always contain only 1 object (representing the current user logged into the system, running the application).
See Also