SystemIdentifierValidation Constructor (ListSystemIdentifier, ListSystemIdentifier, Int32) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public SystemIdentifierValidation(
List<SystemIdentifier> authorizedIdentifiers,
List<SystemIdentifier> currentIdentifiers,
int requiredMatches
)
Public Sub New (
authorizedIdentifiers As List(Of SystemIdentifier),
currentIdentifiers As List(Of SystemIdentifier),
requiredMatches As Integer
)
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