Click or drag to resize
SystemIdentifierValidationValidate Method (String)
Compares the current system identifiers against the authorized system identifiers of the specified Type, and returns true if it successfully validates and confirms the identifiers have the required number of matches with the authorized system identifiers of the same type.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool Validate(
	string identifierType
)

Parameters

identifierType
Type: SystemString
A string specifying the Type to validate.

Return Value

Type: Boolean
Returns true if validation is successful, which would indicate the system identifiers of the specified type were authorized. If it is not successful, check the LastError property for details.
See Also