This method sets the password.

[Visual Basic] Public Function SetPassword(ByVal password As String) As Boolean
[C#] public bool SetPassword(string password);

Parameters

password
     The password to be set

Return Value

Returns the true if successful, otherwise returns false.

Explanation

The SetPassword method sets the password. This is the password that unlocks the protection for the PC whose PcID is retrieved by the QueryPcID method.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect