This method retrieves the "custom created" (user defined) PcID.

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

Return Value

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

Explanation

The QueryPcIDofPassword method retrieves the "custom created" (user defined) PcID set by the SetPcIDofPassword method. The Initialize method must be executed before executing the QueryPcIDofPassword method. If the Initialize method has not been successfully executed, the QueryPcIDofPassword method is disabled.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect