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
System_CAPS_pubmethod ExternalLoginInfo()

Initializes a new instance of the ExternalLoginInfo class.

Properties

Name Description
System_CAPS_pubproperty DefaultUserName

Gets or sets the suggested user name for a user.

System_CAPS_pubproperty Email

Gets or sets the email claim from the external identity.

System_CAPS_pubproperty ExternalIdentity

Gets or sets the external identity.

System_CAPS_pubproperty Login

Gets or sets the associated login data.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(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.Owin Namespace
ASP.NET Identity

Return to top