Search Results for

    Show / Hide Table of Contents

    Class Account

    Represents an account belonging to an identity.

    Inheritance
    System.Object
    Account
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TheIdentityHub
    Assembly: TheIdentityHub.dll
    Syntax
    public sealed class Account

    Properties

    AccountId

    Gets the account identifier.

    Declaration
    public string AccountId { get; }
    Property Value
    Type Description
    System.String

    AccountPrivatePersonalIdentifier

    Gets the account private personal identifier.

    Declaration
    public string AccountPrivatePersonalIdentifier { get; }
    Property Value
    Type Description
    System.String

    DisplayName

    Gets the display name.

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String

    EmailAddress

    Gets the email address.

    Declaration
    public string EmailAddress { get; }
    Property Value
    Type Description
    System.String

    PictureUrl

    Gets the picture URL.

    Declaration
    public string PictureUrl { get; }
    Property Value
    Type Description
    System.String
    In This Article