ActiveDirectoryFederationServicesBearerAuthenticationOptions.Provider Property

Gets or sets the authentication provider.

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

Syntax

'Declaration
Public Property Provider As IOAuthBearerAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As ActiveDirectoryFederationServicesBearerAuthenticationOptions 
Dim value As IOAuthBearerAuthenticationProvider 

value = instance.Provider

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

Property Value

Type: Microsoft.Owin.Security.OAuth.IOAuthBearerAuthenticationProvider
The provider.

See Also

Reference

ActiveDirectoryFederationServicesBearerAuthenticationOptions Class

Microsoft.Owin.Security.ActiveDirectory Namespace