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.5.0.22 DocUpdate 6777a38, built 2017-12-08 13:19: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