TwitterAuthenticatedContext.Identity Property
Gets the ClaimsIdentity representing the user
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.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
TwitterAuthenticatedContext Class
Microsoft.Owin.Security.Twitter Namespace
Return to top