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: 7.2.45.30905 master 98955cb, built 2018-05-31 10:36:40 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