Microsoft.Owin.Security.Cookies Namespace

Classes

  Class Description
Public class CookieApplyRedirectContext Context passed when a Challenge, SignIn, or SignOut causes a redirect in the cookie middleware
Public class CookieAuthenticationDefaults Default values related to cookie-based authentication middleware
Public class CookieAuthenticationOptions Contains the options used by the CookiesAuthenticationMiddleware
Public class 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.
Public class CookieResponseSignInContext Context object passed to the ICookieAuthenticationProvider method ResponseSignIn.
Public class CookieValidateIdentityContext Context object passed to the ICookieAuthenticationProvider method ValidateIdentity.

Interfaces

  Interface Description
Public interface ICookieAuthenticationProvider Specifies callback methods which the CookieAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Enumerations

  Enumeration Description
Public enumeration CookieSecureOption Determines how the identity cookie's security property is set.