This method retrieves the lockword.

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

Return Value

Returns the Lockword as a string if successfull, otherwise returns String.Empty.

Explanation

The GetLockword method retrieves the lockword.

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

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect