Microsoft.Owin.Security.Cookies Namespace

 

The Microsoft.Owin.Security.Cookies namespace provides types related to identity cookies.

Classes

Class Description
System_CAPS_pubclass CookieApplyRedirectContext

Context passed when a Challenge, SignIn, or SignOut causes a redirect in the cookie middleware.

System_CAPS_pubclass CookieAuthenticationDefaults

Default values related to cookie-based authentication middleware.

System_CAPS_pubclass CookieAuthenticationMiddleware

Cookie based authentication middleware.

System_CAPS_pubclass CookieAuthenticationOptions

Contains the options used by the CookiesAuthenticationMiddleware.

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

System_CAPS_pubclass CookieExceptionContext

Context object passed to the ICookieAuthenticationProvider method Exception.

System_CAPS_pubclass CookieResponseSignedInContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignedIn.

System_CAPS_pubclass CookieResponseSignInContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignIn.

System_CAPS_pubclass CookieResponseSignOutContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignOut.

System_CAPS_pubclass CookieValidateIdentityContext

Context object passed to the ICookieAuthenticationProvider method ValidateIdentity.

Interfaces

Interface Description
System_CAPS_pubinterface IAuthenticationSessionStore

System_CAPS_pubinterface ICookieAuthenticationProvider

Specifies callback methods which the CookieAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Enumerations

Enumeration Description
System_CAPS_pubenum CookieSecureOption

Determines how the identity cookie's security property is set.

System_CAPS_pubenum CookieExceptionContext.ExceptionLocation

The code paths where exceptions may be reported.

Return to top