CookieAuthenticationMiddleware Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public ref class CookieAuthenticationMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^>
public class CookieAuthenticationMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.CookieAuthenticationOptions>
type CookieAuthenticationMiddleware = class
inherit AuthenticationMiddleware<CookieAuthenticationOptions>
Public Class CookieAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of CookieAuthenticationOptions)
- Наследование
Конструкторы
| CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>) |
Свойства
| AuthenticationScheme | (Унаследовано от AuthenticationMiddleware<TOptions>) |
| Logger | (Унаследовано от AuthenticationMiddleware<TOptions>) |
| Options | (Унаследовано от AuthenticationMiddleware<TOptions>) |
| UrlEncoder | (Унаследовано от AuthenticationMiddleware<TOptions>) |
Методы
| CreateHandler() | |
| Invoke(HttpContext) | (Унаследовано от AuthenticationMiddleware<TOptions>) |