Search Results for

    Show / Hide Table of Contents

    Class AccountProvider

    Represents an account provider.

    Inheritance
    System.Object
    AccountProvider
    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 AccountProvider

    Properties

    AccountProviderId

    Gets the account provider identifier.

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

    Accounts

    Gets the accounts.

    Declaration
    public Account[] Accounts { get; }
    Property Value
    Type Description
    Account[]

    DisplayName

    Gets the display name.

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

    ProviderImageUrl

    Gets the provider image URL.

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