Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IFacebookAuthenticationProvider used to handle authentication events.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public IFacebookAuthenticationProvider Provider { get; set; }
public:
property IFacebookAuthenticationProvider^ Provider {
IFacebookAuthenticationProvider^ get();
void set(IFacebookAuthenticationProvider^ value);
}
member Provider : IFacebookAuthenticationProvider with get, set
Public Property Provider As IFacebookAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.Facebook.IFacebookAuthenticationProvider
Returns IFacebookAuthenticationProvider.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top