WindowsAzureActiveDirectoryBearerAuthenticationOptions.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
public IOAuthBearerAuthenticationProvider Provider { get; set; }
public:
property IOAuthBearerAuthenticationProvider^ Provider {
IOAuthBearerAuthenticationProvider^ get();
void set(IOAuthBearerAuthenticationProvider^ value);
}
member Provider : IOAuthBearerAuthenticationProvider with get, set
Public Property Provider As IOAuthBearerAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.OAuth.IOAuthBearerAuthenticationProvider
The provider.
See Also
WindowsAzureActiveDirectoryBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace
Return to top