Description
Verify the password of the McDBDatabase.LoggedUser.
-
Return Type
-
A Boolean value.
boolean
-
Syntax
-
object.VerifyLogin (PasswordToCheck)
The VerifyLogin Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabase. | | PasswordToCheck | Required. A String value. The string password to verify as belonging to the McDBDatabase.LoggedUser.
| Remarks
This method provides a way for an interactive client to validate the LoggedUser is still the operator (e.g. after a long delay where the user may have walked away, such as a screen saver activation).
Exceptions
|