ExternalLoginInfo Class
Represents a class that is used to return information needed to associate an external login.
Namespace: Microsoft.AspNet.Identity.Owin
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.Owin.ExternalLoginInfo
Syntax
public class ExternalLoginInfo
public ref class ExternalLoginInfo
type ExternalLoginInfo = class end
Public Class ExternalLoginInfo
Constructors
Name | Description | |
---|---|---|
ExternalLoginInfo() | Initializes a new instance of the ExternalLoginInfo class. |
Properties
Name | Description | |
---|---|---|
DefaultUserName | Gets or sets the suggested user name for a user. |
|
Gets or sets the email claim from the external identity. |
||
ExternalIdentity | Gets or sets the external identity. |
|
Login | Gets or sets the associated login data. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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.Owin Namespace
ASP.NET Identity
Return to top