IUser.DisplayableId Property

Definition

Caution

Use IAccount.Username instead (See https://aka.ms/msal-net-2-released)

In MSAL.NET 1.x was the displayable ID of a user. From MSAL 2.x use the Username of an account. See https://aka.ms/msal-net-2-released for more details

[System.Obsolete("Use IAccount.Username instead (See https://aka.ms/msal-net-2-released)", true)]
public string DisplayableId { get; }
[<System.Obsolete("Use IAccount.Username instead (See https://aka.ms/msal-net-2-released)", true)>]
member this.DisplayableId : string
Public ReadOnly Property DisplayableId As String

Property Value

Attributes

Applies to