AuthenticationHandlerProvider Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Реализация метода IAuthenticationHandlerProvider.
public ref class AuthenticationHandlerProvider : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider
public class AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider
type AuthenticationHandlerProvider = class
interface IAuthenticationHandlerProvider
Public Class AuthenticationHandlerProvider
Implements IAuthenticationHandlerProvider
- Наследование
-
AuthenticationHandlerProvider
- Реализации
Конструкторы
AuthenticationHandlerProvider(IAuthenticationSchemeProvider) |
Конструктор. |
Свойства
Schemes |
Методы
GetHandlerAsync(HttpContext, String) |
Возвращает экземпляр обработчика, который будет использоваться. |