CookieAuthenticationDefaults Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Výchozí hodnoty související s obslužnou rutinou ověřování na základě souborů cookie
public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
- Dědičnost
-
CookieAuthenticationDefaults
Pole
AccessDeniedPath |
Výchozí hodnota používaná CookieAuthenticationMiddleware pro CookieAuthenticationOptions.AccessDeniedPath |
AuthenticationScheme |
Výchozí hodnota použitá pro CookieAuthenticationOptions.AuthenticationScheme |
CookiePrefix |
Předpona použitá k zadání výchozího souboru CookieAuthenticationOptions.CookieName |
LoginPath |
Výchozí hodnota používaná CookieAuthenticationMiddleware pro CookieAuthenticationOptions.LoginPath |
LogoutPath |
Výchozí hodnota používaná CookieAuthenticationMiddleware pro CookieAuthenticationOptions.LogoutPath |
ReturnUrlParameter |
Výchozí hodnota CookieAuthenticationOptions.ReturnUrlParameter |