This method retrieves the PcID.

[Visual Basic] Public Function QueryPcID() As String
[C#] public string QueryPcID();

Return Value

Returns the PcID string if successful, otherwise returns String.Empty.

Explanation

The QueryPcID method retrieves the PcID as set by the PrNETSetProtect.exe. The Initialize method must be executed before executing the QueryPcID method. If the Initialize method has not been successfully executed, the QueryPcID method is disabled.

For Example:
In the PrNETSetProtect.exe, the PC Identifiers "CPU, Motherboard Northbridge, VideoCard, and NetworkCard must all be different" is selected and
"Add Random Indentifier to these PC Identifiers" has been checked.

In this case, the PcID will be
CPU Information + Motherboard Northbridge Information + VideoCard Information + NetworkCard MAC Address + Random Identifier

For more details, please refer to the QueryCpuID, QueryHostBridgeID, QueryVideoID, QueryNicAddressID methods.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect