This method retrieves the random PC identifier.

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

Return Value

Returns a string if successful, otherwise returns String.Empty.

Explanation

The QueryRandom method retrieves the random PC identifier. This is the random identifier contained in the PcID as retrieved by the QueryPcID method.

The Initialize method must be executed before executing the QueryRandom method. If the Initialize method has not been successfully executed, the QueryRandom method is disabled.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect