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.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public bool Validate(
string identifierType
)
Public Function Validate (
identifierType As String
) As Boolean
public:
bool Validate(
String^ identifierType
)
Parameters
- identifierType
- Type: SystemString
A string specifying the Type to validate.
Return Value
Type:
BooleanReturns 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