AuthenticationSchemeProvider Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements IAuthenticationSchemeProvider.
public ref class AuthenticationSchemeProvider : Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProviderpublic class AuthenticationSchemeProvider : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvidertype AuthenticationSchemeProvider = class
    interface IAuthenticationSchemeProviderPublic Class AuthenticationSchemeProvider
Implements IAuthenticationSchemeProvider- Inheritance
- 
				AuthenticationSchemeProvider
- Implements
Constructors
| AuthenticationSchemeProvider(IOptions<AuthenticationOptions>, IDictionary<String,AuthenticationScheme>) | Creates an instance of AuthenticationSchemeProvider
using the specified  | 
| AuthenticationSchemeProvider(IOptions<AuthenticationOptions>) | Creates an instance of AuthenticationSchemeProvider
using the specified  |