Click or drag to resize
LockedUserInformation Constructor
Create an LockedUserInformation instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public LockedUserInformation(
	DateTime lockedFrom,
	DateTime lockedTo,
	long loginAttemptCount,
	string userName,
	IDataContext dataContext
)

Parameters

lockedFrom
Type: SystemDateTime
Locked out date and time.
lockedTo
Type: SystemDateTime
User will be locked out until this date and time.
loginAttemptCount
Type: SystemInt64
Number of recently failed login attempt.
userName
Type: SystemString
User name.
dataContext
Type: ArtDatabanken.DataIDataContext
Data context.
See Also