Click or drag to resize

DHMDeviceBaseLogin Method

Logs a user in the DHM device.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 6.6.0 6_6_dev_win7 d0d7c90, built 2018-02-15 13:05:00 UTC
Syntax
public void Login(
	string username,
	SecureString password
)

Parameters

username
Type: SystemString
The username.
password
Type: System.SecuritySecureString
The password.

Implements

IDHMDeviceLogin(String, SecureString)
Exceptions
ExceptionCondition
DHMLoginExceptionThrown if the log in failed with the specific username and password.
See Also