This topic has not yet been rated - Rate this topic

AuthenticablePrincipal.Enabled Property

Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.

Namespace:  System.DirectoryServices.AccountManagement
Assembly:  System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
public Nullable<bool> Enabled { get; set; }

Property Value

Type: System.Nullable<Boolean>
true if the principal is enabled, or null if the account has not been persisted; otherwise false.
Exception Condition
InvalidOperationException

The underlying store does not support this property.

ArgumentNullException

The application tried to set a null value for this property.

If the principal has not been persisted in the store, this property returns null. After the principal is persisted, the default enabled setting depends on the store. The AD DS and AD LDS stores disable new principals when they are persisted, whereas SAM enables new principals when they are persisted. The application can only set this property to a value after it has been persisted in the store.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ