Click or drag to resize

UserInfoPasswordCannotChange Property

Gets flag that determines if account password cannot change for this user.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool PasswordCannotChange { 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