CookieSigningOutContext Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Объект контекста, переданный в SigningOut(CookieSigningOutContext)
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSigningOutContext = class
inherit BaseCookieContext
type CookieSigningOutContext = class
inherit PropertiesContext<CookieAuthenticationOptions>
Public Class CookieSigningOutContext
Inherits BaseCookieContext
Public Class CookieSigningOutContext
Inherits PropertiesContext(Of CookieAuthenticationOptions)
- Наследование
- Наследование
Конструкторы
Свойства
CookieOptions |
Параметры для создания исходящего файла cookie. Может быть заменено или изменено во время вызова SigningOut. |
HttpContext |
Объект контекста, переданный в SigningOut(CookieSigningOutContext) (Унаследовано от BaseContext) |
HttpContext |
Контекст. (Унаследовано от BaseContext<TOptions>) |
Options |
Объект контекста, переданный в SigningOut(CookieSigningOutContext) (Унаследовано от BaseCookieContext) |
Options |
Возвращает параметры проверки подлинности, связанные со схемой. (Унаследовано от BaseContext<TOptions>) |
Properties |
Объект контекста, переданный в SigningOut(CookieSigningOutContext) |
Properties |
Возвращает или задает класс AuthenticationProperties. (Унаследовано от PropertiesContext<TOptions>) |
Request |
Объект контекста, переданный в SigningOut(CookieSigningOutContext) (Унаследовано от BaseContext) |
Request |
Запрос. (Унаследовано от BaseContext<TOptions>) |
Response |
Объект контекста, переданный в SigningOut(CookieSigningOutContext) (Унаследовано от BaseContext) |
Response |
Ответ. (Унаследовано от BaseContext<TOptions>) |
Scheme |
Схема проверки подлинности. (Унаследовано от BaseContext<TOptions>) |