ActiveDirectoryMembershipUser.IsApproved Property
.NET Framework 2.0
Gets or sets a value that indicates whether the membership user can be authenticated.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_IsApproved () /** @property */ public void set_IsApproved (boolean value)
public override function get IsApproved () : boolean public override function set IsApproved (value : boolean)
Not applicable.
Property Value
true if the user can be authenticated; otherwise, false.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.
Community Additions
ADD
Show: