Click or drag to resize

UserInfoUserAccountControl Property

Gets the account control information of the user.

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

Property Value

Int32
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