UserLoginInfo Class

 

Represents a linked login for a user (i.e. a facebook/google account).

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.UserLoginInfo

Syntax

public sealed class UserLoginInfo
public ref class UserLoginInfo sealed 
[<Sealed>]
type UserLoginInfo = class end
Public NotInheritable Class UserLoginInfo

Constructors

Name Description
System_CAPS_pubmethod UserLoginInfo(String, String)

Initializes a new instance of the UserLoginInfo class.

Properties

Name Description
System_CAPS_pubproperty LoginProvider

Gets the provider for the linked login, i.e. Facebook, Google, etc.

System_CAPS_pubproperty ProviderKey

Gets the user specific key for the login provider.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top