ActiveDirectoryMembershipUser.IsApproved Property

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)

public override bool IsApproved { get; set; }
/** @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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: