FacebookAuthenticatedContext.Identity Property
Gets the ClaimsIdentity representing the user
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public ClaimsIdentity Identity { get; set; }
public:
property ClaimsIdentity^ Identity {
ClaimsIdentity^ get();
void set(ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, set
Public Property Identity As ClaimsIdentity
Property Value
Type: System.Security.Claims.ClaimsIdentity
Returns ClaimsIdentity.
See Also
FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top