ActiveDirectoryMembershipUser.IsApproved Property
Assembly: System.Web (in system.web.dll)
The ActiveDirectoryMembershipUser value for a membership user is checked during the call to ValidateUser by the ActiveDirectoryMembershipProvider. If the IsApproved property returns false, the ValidateUser method returns false even if the supplied user name and password are correct.
The IsApproved property is mapped to one of the following Active Directory attributes.
| Active Directory | User-Account-Control |
| Active Directory Application Mode | msDS-UserAccountDisabled |
This property cannot be remapped to another attribute.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.