AccountId.Identifier 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.
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.