Share via


ExternalLoginInfo.Email Property

 

Gets or sets the email claim from the external identity.

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

Syntax

public string Email { get; set; }
public:
property String^ Email {
    String^ get();
    void set(String^ value);
}
member Email : string with get, set
Public Property Email As String

Property Value

Type: System.String

The email claim from the external identity.

See Also

ExternalLoginInfo Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top