Share via


CookieAuthenticationDefaults Klasse

Definition

Standardwerte im Zusammenhang mit cookiebasiertem Authentifizierungshandler

public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
Vererbung
CookieAuthenticationDefaults

Felder

AccessDeniedPath

Der von CookieAuthenticationMiddleware für CookieAuthenticationOptions.AccessDeniedPath verwendete Standardwert

AuthenticationScheme

Der Für CookieAuthenticationOptions.AuthenticationScheme verwendete Standardwert

CookiePrefix

Das Präfix, das zum Bereitstellen eines CookieAuthenticationOptions.CookieName-Standardobjekts verwendet wird.

LoginPath

Der von CookieAuthenticationMiddleware für cookieAuthenticationOptions.LoginPath verwendete Standardwert

LogoutPath

Der von CookieAuthenticationMiddleware für CookieAuthenticationOptions.LogoutPath verwendete Standardwert

ReturnUrlParameter

Der Standardwert von CookieAuthenticationOptions.ReturnUrlParameter.

Gilt für: