FacebookAuthenticatedContext.Identity Property

Gets or sets the identity of this instance.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Property Identity As ClaimsIdentity 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticatedContext 
Dim value As ClaimsIdentity 

value = instance.Identity

instance.Identity = value
public ClaimsIdentity Identity { get; set; }
public:
property ClaimsIdentity^ Identity {
    ClaimsIdentity^ get ();
    void set (ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, set
function get Identity () : ClaimsIdentity 
function set Identity (value : ClaimsIdentity)

Property Value

Type: ClaimsIdentity
The identity of this instance.

See Also

Reference

FacebookAuthenticatedContext Class

Microsoft.Owin.Security.Facebook Namespace