When using passwords with expirations, this method sets the next password.

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

Parameters

password
     The password to be set

Return Value

Returns the true if successful, otherwise returns false.

Explanation

The SetNextPassword method sets the next password. This method is only enabled when using passwords with expirations. This is the password that unlocks the protection for the PC whose PcID is retrieved by the QueryNextPcID method.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect