UserLoginInfo Class
Represents a linked login for a user (i.e. a facebook/google account).
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | UserLoginInfo(String, String) | Initializes a new instance of the UserLoginInfo class. |
| Name | Description | |
|---|---|---|
![]() | LoginProvider | Gets the provider for the linked login, i.e. Facebook, Google, etc. |
![]() | ProviderKey | Gets the user specific key for the login provider. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

