Click or drag to resize
DomainNameIdentifierAlgorithmGetIdentifiers Method
Generates a generic list of DomainNameIdentifier 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 DomainNameIdentifier objects.
Remarks

The list contains a single DomainNameIdentifier object, which contains an identifier based on the name of the domain the user running the application is authenticated with.

Caution note Caution

Though it is not generally a frequent occurrence, users with administrative access to computers can change domain associations and user account names, which will change the identifier generated. If the computer is not associated with a domain, then the computer's name is used instead.

See Also