Freigeben über


CookieSignedInContext Klasse

Definition

An die ICookieAuthenticationEvents-Methode SignedIn übergebenes Kontextobjekt.

public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::PrincipalContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.PrincipalContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSignedInContext = class
    inherit BaseCookieContext
type CookieSignedInContext = class
    inherit PrincipalContext<CookieAuthenticationOptions>
Public Class CookieSignedInContext
Inherits BaseCookieContext
Public Class CookieSignedInContext
Inherits PrincipalContext(Of CookieAuthenticationOptions)
Vererbung
CookieSignedInContext
Vererbung

Konstruktoren

CookieSignedInContext(HttpContext, AuthenticationScheme, ClaimsPrincipal, AuthenticationProperties, CookieAuthenticationOptions)

Erstellt eine neue Instanz des Kontextobjekts.

CookieSignedInContext(HttpContext, CookieAuthenticationOptions, String, ClaimsPrincipal, AuthenticationProperties)

Erstellt eine neue Instanz des Kontextobjekts.

Eigenschaften

AuthenticationScheme

Der Name der AuthenticationScheme, die ein Cookie erstellt.

HttpContext

An die ICookieAuthenticationEvents-Methode SignedIn übergebenes Kontextobjekt.

(Geerbt von BaseContext)
HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

An die ICookieAuthenticationEvents-Methode SignedIn übergebenes Kontextobjekt.

(Geerbt von BaseCookieContext)
Options

Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab.

(Geerbt von BaseContext<TOptions>)
Principal

Enthält die Ansprüche, die in das ausgehende Cookie konvertiert wurden.

Principal

Ruft die ab, die ClaimsPrincipal die Benutzeransprüche enthält.

(Geerbt von PrincipalContext<TOptions>)
Properties

Enthält die zusätzlichen Daten, die im ausgehenden Cookie enthalten waren.

Properties

Ruft den AuthenticationProperties ab oder legt diesen fest.

(Geerbt von PropertiesContext<TOptions>)
Request

An die ICookieAuthenticationEvents-Methode SignedIn übergebenes Kontextobjekt.

(Geerbt von BaseContext)
Request

Die Anforderung.

(Geerbt von BaseContext<TOptions>)
Response

An die ICookieAuthenticationEvents-Methode SignedIn übergebenes Kontextobjekt.

(Geerbt von BaseContext)
Response

Die Antwort.

(Geerbt von BaseContext<TOptions>)
Scheme

Das Authentifizierungsschema.

(Geerbt von BaseContext<TOptions>)

Gilt für: