AccountId.Identifier Property

Definition

Unique identifier for the account

public string Identifier { get; }
member this.Identifier : string
Public ReadOnly Property Identifier As String

Property Value

Remarks

For the Microsoft identity platform (formerly named Azure AD v2.0), the identifier is the concatenation of ObjectId and TenantId separated by a period. Unlike in ADAL.NET, these two segments are no longer base64-encoded. Note that there are some legitimate cases (for instance domain takeover) where the same ObjectId may show up in multiple tenants.

Applies to