Skip to content

Commit 5cd6c9b

Browse files
authored
Hide ListOperatingSystemAccounts in intellisense (#5304)
* Update BrokerOptions.cs * Update BrokerOptions.cs
1 parent 87940f7 commit 5cd6c9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO
7979
public bool MsaPassthrough { get; set; } = false;
8080

8181
/// <summary>
82-
/// Currently supported on Windows, Linux and macOS
83-
/// Allows the Windows broker to list Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
82+
/// Currently supported on Windows, Linux and macOS.
83+
/// Allows the Windows broker to list MSA, Work and School accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>.
8484
/// Linux and macOS broker will discover accounts as part of the <see cref="ClientApplicationBase.GetAccountsAsync()"/>
85-
/// </summary>
85+
/// </summary>
86+
[EditorBrowsable(EditorBrowsableState.Never)]
8687
public bool ListOperatingSystemAccounts { get; set; }
8788

8889
internal bool IsBrokerEnabledOnCurrentOs()

0 commit comments

Comments
 (0)