AuthenticablePrincipal.Enabled Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.
public:
property Nullable<bool> Enabled { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Enabled { get; set; }
member this.Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)
true
if the principal is enabled, or null if the account has not been persisted; otherwise false
.
The underlying store does not support this property.
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.
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: