次の方法で共有


IUser.Name Property

Definition

Overloads

Name
Obsolete.

In MSAL.NET 1.x was the name of the user (which was not very useful as the concatenation of some claims). From MSAL 2.x rather use Username. See https://aka.ms/msal-net-2-released for more details.

Name

Caution

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

In MSAL.NET 1.x was the name of the user (which was not very useful as the concatenation of some claims). From MSAL 2.x rather use Username. 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 Name { get; }
[<System.Obsolete("Use IAccount.Username instead (See https://aka.ms/msal-net-2-released)", true)>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Attributes

Applies to