CookieAuthenticationDefaults Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Valores padrão relacionados ao manipulador de autenticação baseado em cookie
public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
- Herança
-
CookieAuthenticationDefaults
Campos
AccessDeniedPath |
O valor padrão usado por CookieAuthenticationMiddleware para o CookieAuthenticationOptions.AccessDeniedPath |
AuthenticationScheme |
O valor padrão usado para CookieAuthenticationOptions.AuthenticationScheme |
CookiePrefix |
O prefixo usado para fornecer um CookieAuthenticationOptions.CookieName padrão |
LoginPath |
O valor padrão usado por CookieAuthenticationMiddleware para o CookieAuthenticationOptions.LoginPath |
LogoutPath |
O valor padrão usado por CookieAuthenticationMiddleware para o CookieAuthenticationOptions.LogoutPath |
ReturnUrlParameter |
O valor padrão do CookieAuthenticationOptions.ReturnUrlParameter |