CookieSigningOutContext Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
An das übergebene Context-Objekt 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)
- Vererbung
- Vererbung
Konstruktoren
Eigenschaften
CookieOptions |
Die Optionen zum Erstellen des ausgehenden Cookies. Kann während des SigningOut-Aufrufs ersetzt oder geändert werden. |
HttpContext |
An das übergebene Context-Objekt SigningOut(CookieSigningOutContext) (Geerbt von BaseContext) |
HttpContext |
Der Kontext. (Geerbt von BaseContext<TOptions>) |
Options |
An das übergebene Context-Objekt SigningOut(CookieSigningOutContext) (Geerbt von BaseCookieContext) |
Options |
Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab. (Geerbt von BaseContext<TOptions>) |
Properties |
An das übergebene Context-Objekt SigningOut(CookieSigningOutContext) |
Properties |
Ruft den AuthenticationProperties ab oder legt diesen fest. (Geerbt von PropertiesContext<TOptions>) |
Request |
An das übergebene Context-Objekt SigningOut(CookieSigningOutContext) (Geerbt von BaseContext) |
Request |
Die Anforderung. (Geerbt von BaseContext<TOptions>) |
Response |
An das übergebene Context-Objekt SigningOut(CookieSigningOutContext) (Geerbt von BaseContext) |
Response |
Die Antwort. (Geerbt von BaseContext<TOptions>) |
Scheme |
Das Authentifizierungsschema. (Geerbt von BaseContext<TOptions>) |