IISServerAuthenticationHandler Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
The IISServerAuthenticationHandler is obsolete and will be removed in a future release.
Обработчик проверки подлинности по умолчанию с помощью IIS In-Process
public ref class IISServerAuthenticationHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
[System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")]
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IISServerAuthenticationHandler = class
interface IAuthenticationHandler
[<System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")>]
type IISServerAuthenticationHandler = class
interface IAuthenticationHandler
Public Class IISServerAuthenticationHandler
Implements IAuthenticationHandler
- Наследование
-
IISServerAuthenticationHandler
- Атрибуты
- Реализации
Конструкторы
IISServerAuthenticationHandler() |
Устаревшие..
Обработчик проверки подлинности по умолчанию с помощью IIS In-Process |
Методы
AuthenticateAsync() |
Устаревшие..
Проверка подлинности текущего запроса. |
ChallengeAsync(AuthenticationProperties) |
Устаревшие..
Оспорите текущий запрос. |
ForbidAsync(AuthenticationProperties) |
Устаревшие..
Запретить текущий запрос. |
InitializeAsync(AuthenticationScheme, HttpContext) |
Устаревшие..
Инициализируйте обработчик проверки подлинности. Обработчик должен инициализировать все, что ему нужно, из запроса и схемы в рамках этого метода. |