From 9589d21ce5a0830f23304c6d05626efcb6e8f63b Mon Sep 17 00:00:00 2001 From: Daniel Fisher Date: Thu, 26 Mar 2026 14:44:37 +0100 Subject: [PATCH] Update AuthenticablePrincipal.xml I was looking up a principal in AD where the calling context had been denied to read any attribute. The Enabled property returned false, which I found a bit confusing... To reflect the permissions effect on the value when using active directory, I updated the documentation. --- .../AuthenticablePrincipal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.DirectoryServices.AccountManagement/AuthenticablePrincipal.xml b/xml/System.DirectoryServices.AccountManagement/AuthenticablePrincipal.xml index c5460d84ae6..c9c54acf5f2 100644 --- a/xml/System.DirectoryServices.AccountManagement/AuthenticablePrincipal.xml +++ b/xml/System.DirectoryServices.AccountManagement/AuthenticablePrincipal.xml @@ -383,7 +383,7 @@ Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication. - if the principal is enabled, or null if the account has not been persisted; otherwise . + if the principal is enabled, and if the context is allowed to read the principals attributes (when using active directory), or null if the account has not been persisted; otherwise .