Freigeben über


CookieSigningInContext Klasse

Definition

An das SigningIn(CookieSigningInContext)übergebene Kontextobjekt.

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

Konstruktoren

CookieSigningInContext(HttpContext, AuthenticationScheme, CookieAuthenticationOptions, ClaimsPrincipal, AuthenticationProperties, CookieOptions)

Erstellt eine neue Instanz des Kontextobjekts.

CookieSigningInContext(HttpContext, CookieAuthenticationOptions, String, ClaimsPrincipal, AuthenticationProperties, CookieOptions)

Erstellt eine neue Instanz des Kontextobjekts.

Eigenschaften

AuthenticationScheme

Der Name der AuthenticationScheme, die ein Cookie erstellt.

CookieOptions

Die Optionen zum Erstellen des ausgehenden Cookies. Kann während des SigningIn-Aufrufs ersetzt oder geändert werden.

HttpContext

An das SigningIn(CookieSigningInContext)übergebene Kontextobjekt.

(Geerbt von BaseContext)
HttpContext

Der Kontext.

(Geerbt von BaseContext<TOptions>)
Options

An das SigningIn(CookieSigningInContext)übergebene 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 werden sollen. Kann während des SigningIn-Aufrufs ersetzt oder geändert werden.

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 sein sollen. Kann während des SigningIn-Aufrufs ersetzt oder geändert werden.

Properties

Ruft den AuthenticationProperties ab oder legt diesen fest.

(Geerbt von PropertiesContext<TOptions>)
Request

An das SigningIn(CookieSigningInContext)übergebene Kontextobjekt.

(Geerbt von BaseContext)
Request

Die Anforderung.

(Geerbt von BaseContext<TOptions>)
Response

An das SigningIn(CookieSigningInContext)übergebene Kontextobjekt.

(Geerbt von BaseContext)
Response

Die Antwort.

(Geerbt von BaseContext<TOptions>)
Scheme

Das Authentifizierungsschema.

(Geerbt von BaseContext<TOptions>)

Gilt für: