Click or drag to resize

UserInfoPasswordDoesNotExpire Property

Gets flag that determines if account password does not expire for this user.

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