Search Results for

    Show / Hide Table of Contents

    Class LoginInfo

    Inheritance
    System.Object
    LoginInfo
    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: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public class LoginInfo

    Constructors

    LoginInfo()

    Declaration
    public LoginInfo()

    Properties

    LoginProvider

    Provider for the linked login, i.e. Facebook, Google, etc.

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

    ProviderKey

    User specific key for the login provider

    Declaration
    public string ProviderKey { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022