Microsoft.Owin.Security.Cookies Namespace
The Microsoft.Owin.Security.Cookies namespace provides types related to identity cookies.
Classes
Class | Description | |
---|---|---|
CookieApplyRedirectContext | Context passed when a Challenge, SignIn, or SignOut causes a redirect in the cookie middleware. |
|
CookieAuthenticationDefaults | Default values related to cookie-based authentication middleware. |
|
CookieAuthenticationMiddleware | Cookie based authentication middleware. |
|
CookieAuthenticationOptions | Contains the options used by the CookiesAuthenticationMiddleware. |
|
CookieAuthenticationProvider | This default implementation of the ICookieAuthenticationProvider may be used if the application only needs to override a few of the interface methods. This may be used as a base class or may be instantiated directly. |
|
CookieExceptionContext | Context object passed to the ICookieAuthenticationProvider method Exception. |
|
CookieResponseSignedInContext | Context object passed to the ICookieAuthenticationProvider method ResponseSignedIn. |
|
CookieResponseSignInContext | Context object passed to the ICookieAuthenticationProvider method ResponseSignIn. |
|
CookieResponseSignOutContext | Context object passed to the ICookieAuthenticationProvider method ResponseSignOut. |
|
CookieValidateIdentityContext | Context object passed to the ICookieAuthenticationProvider method ValidateIdentity. |
Interfaces
Interface | Description | |
---|---|---|
IAuthenticationSessionStore | ||
ICookieAuthenticationProvider | Specifies callback methods which the CookieAuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
Enumerations
Enumeration | Description | |
---|---|---|
CookieSecureOption | Determines how the identity cookie's security property is set. |
|
CookieExceptionContext.ExceptionLocation | The code paths where exceptions may be reported. |
Return to top