Microsoft.Owin.Security.Cookies Namespace

 

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

ClassDescription
System_CAPS_pubclassCookieApplyRedirectContext

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

System_CAPS_pubclassCookieAuthenticationDefaults

Default values related to cookie-based authentication middleware.

System_CAPS_pubclassCookieAuthenticationMiddleware

Cookie based authentication middleware.

System_CAPS_pubclassCookieAuthenticationOptions

Contains the options used by the CookiesAuthenticationMiddleware.

System_CAPS_pubclassCookieAuthenticationProvider

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_pubclassCookieExceptionContext

Context object passed to the ICookieAuthenticationProvider method Exception.

System_CAPS_pubclassCookieResponseSignedInContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignedIn.

System_CAPS_pubclassCookieResponseSignInContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignIn.

System_CAPS_pubclassCookieResponseSignOutContext

Context object passed to the ICookieAuthenticationProvider method ResponseSignOut.

System_CAPS_pubclassCookieValidateIdentityContext

Context object passed to the ICookieAuthenticationProvider method ValidateIdentity.

InterfaceDescription
System_CAPS_pubinterfaceIAuthenticationSessionStore

System_CAPS_pubinterfaceICookieAuthenticationProvider

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

EnumerationDescription
System_CAPS_pubenumCookieSecureOption

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

System_CAPS_pubenumCookieExceptionContext.ExceptionLocation

The code paths where exceptions may be reported.

Return to top
Show: