FacebookAuthenticatedContext.Properties Property

Gets the authentication properties of this context.

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

Syntax

'Declaration
Public Property Properties As AuthenticationProperties 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticatedContext 
Dim value As AuthenticationProperties 

value = instance.Properties

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

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties
The authentication properties of this context.

See Also

Reference

FacebookAuthenticatedContext Class

Microsoft.Owin.Security.Facebook Namespace