This topic has not yet been rated - Rate this topic

ActiveDirectoryMembershipUser.IsApproved Property

Note: This property is new in the .NET Framework version 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)

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)

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 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.

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ