Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<Docs>
<summary>Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.</summary>
<value>
<see langword="true" /> if the principal is enabled, or null if the account has not been persisted; otherwise <see langword="false" />.</value>
<see langword="true" /> 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 <see langword="false" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Loading