FacebookApplyRedirectContext.Properties Property
Gets the authentication properties of the challenge
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
AuthenticationProperties^ get();
private: void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
Public Property Properties As AuthenticationProperties
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.
See Also
FacebookApplyRedirectContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top