UserLoginInfo Class

Represents a linked login for a user (i.e. a local username/password or a facebook/google account

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.UserLoginInfo

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

Syntax

'Declaration
Public NotInheritable Class UserLoginInfo
'Usage
Dim instance As UserLoginInfo
public sealed class UserLoginInfo
public ref class UserLoginInfo sealed
[<SealedAttribute>]
type UserLoginInfo =  class end
public final class UserLoginInfo

The UserLoginInfo type exposes the following members.

Constructors

  Name Description
Public method UserLoginInfo Constructor

Top

Properties

  Name Description
Public property LoginProvider Provider for the linked login, i.e. Local, Facebook, Google, etc.
Public property ProviderKey Key for the linked login at the provider

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.AspNet.Identity Namespace