AccountId Class
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.
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, String, String) |
Constructor for an account ID. |
AccountId(String) |
Constructor of an AccountId meant for Active Directory Federation Services (ADFS) scenarios since ADFS instances lack tenant IDs. |
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. |