Click or drag to resize

UserInfoAccountIsLockedOut Property

Gets flag that determines if account is locked-out for this user.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool AccountIsLockedOut { get; }
View Source

Property Value

Boolean
Exceptions
ExceptionCondition
SecurityExceptionUser account control information cannot be obtained, may not have needed rights.
InvalidOperationExceptionUnknown error. Invalid value returned when querying user account control.
See Also