Click or drag to resize
SystemIdentifierValidation Constructor (ListSystemIdentifier, ListSystemIdentifier, Int32)
Creates a new SystemIdentifierValidation object with all required validation data.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public SystemIdentifierValidation(
	List<SystemIdentifier> authorizedIdentifiers,
	List<SystemIdentifier> currentIdentifiers,
	int requiredMatches
)

Parameters

authorizedIdentifiers
Type: System.Collections.GenericListSystemIdentifier
Generic list of authorized SystemIdentifier objects.
currentIdentifiers
Type: System.Collections.GenericListSystemIdentifier
>Generic list of the current system's SystemIdentifier objects.
requiredMatches
Type: SystemInt32
The number of required matching system identifiers. Use SystemIdentifierValidation.REQUIRE_EXACT_MATCH to require an exact match (which is the default).
See Also