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.4.0.7 6_4_dev 3998a02, built 2016-11-07 15:44:26 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