getInfo Method

Package: Aladdin

Description

Retrieves information about system components, according to customizable search parameters, and presents it according to customizable formats.

Syntax

String Aladdin.Hasp.getInfo ( String     scope, 
                              String     format,
                              String     vendor_code,
                            )

Parameters

scope

Definition of the data that is to be searched in XML format.

format

Definition of the data to be returned by the method in XML format.

vendor_code

Bytes that contain the Vendor Code

info

Reference of the string that receives the output (in XML format).

Usage Notes

You do not need to be logged in to a Feature in order to use this method.

This method is used to specify conditions about where to search for information. In addition, it enables you to specify conditions about the format in which the retrieved information is presented. If retrieved information is appropriately formatted, it can be used as a template in the LoginScope method.

The required Vendor Codes are stored in a VendorCodes folder in your system. Without the correct Vendor Code, the method call cannot succeed.

You can use this method to retrieve a fingerprint only for these machines:

>the local machine

>a remote machine with a protection key that is visible to the machine where this function is performed.

NOTE   If the method retrieves an empty fingerprint, see Resolving an empty fingerprint issue.

This method cannot be used to retrieve legacy HASP Features.

Related Topics

Scope Input XML Tags

Format XML Tags

GetSessionInfo Method

GetLastError Method

LoginScope Method