IClientApplicationBase.Users Property
Definition
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.
Caution
Use GetAccountsAsync instead (See https://aka.ms/msal-net-2-released)
In MSAL 1.x returned an enumeration of IUser. From MSAL 2.x, use GetAccountsAsync() instead. See https://aka.ms/msal-net-2-released for more details.
[System.Obsolete("Use GetAccountsAsync instead (See https://aka.ms/msal-net-2-released)", true)]
public System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IUser> Users { get; }
[<System.Obsolete("Use GetAccountsAsync instead (See https://aka.ms/msal-net-2-released)", true)>]
member this.Users : seq<Microsoft.Identity.Client.IUser>
Public ReadOnly Property Users As IEnumerable(Of IUser)
Property Value
- Attributes