CookieAuthenticationDefaults 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.
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. |