FacebookAuthenticationOptions.Provider Property

Gets or sets the authentication provider.

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

Syntax

'Declaration
Public Property Provider As IFacebookAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As IFacebookAuthenticationProvider 

value = instance.Provider

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

Property Value

Type: Microsoft.Owin.Security.Facebook.IFacebookAuthenticationProvider
The authentication provider.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace