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)

System.Object
  Microsoft.AspNet.Identity.Owin.ExternalLoginInfo

public class ExternalLoginInfo

NameDescription
System_CAPS_pubmethodExternalLoginInfo()

Initializes a new instance of the ExternalLoginInfo class.

NameDescription
System_CAPS_pubpropertyDefaultUserName

Gets or sets the suggested user name for a user.

System_CAPS_pubpropertyEmail

Gets or sets the email claim from the external identity.

System_CAPS_pubpropertyExternalIdentity

Gets or sets the external identity.

System_CAPS_pubpropertyLogin

Gets or sets the associated login data.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: