AccountId Class

Definition

An identifier for an account in a specific tenant. Returned by IAccount.HomeAccountId

public class AccountId
type AccountId = class
Public Class AccountId
Inheritance
AccountId

Constructors

AccountId(String)

Constructor of an AccountId meant for Active Directory Federation Services (ADFS) scenarios since ADFS instances lack tenant IDs.

AccountId(String, String, String)

Constructor for an account ID.

Properties

Identifier

Unique identifier for the account

ObjectId

For Microsoft Entra ID, a string representation for a GUID which is the object ID of the user owning the account in the tenant

TenantId

For Microsoft Entra ID, a string representation for a GUID which is the ID of the tenant where the account resides.

Methods

Equals(Object)

Two accounts are equal when their Identifier properties match.

GetHashCode()

GetHashCode implementation to match Equals(Object).

ToString()

Textual description of an AccountId.

Applies to