The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CookieAuthenticationMiddleware Class
Cookie based authentication middleware.
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
System::Object
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.Cookies::CookieAuthenticationMiddleware
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.Cookies::CookieAuthenticationMiddleware
| Name | Description | |
|---|---|---|
![]() | CookieAuthenticationMiddleware(OwinMiddleware^, IAppBuilder^, CookieAuthenticationOptions^) | Initializes a CookieAuthenticationMiddleware. |
| Name | Description | |
|---|---|---|
![]() | Next | The optional next component.(Inherited from OwinMiddleware.) |
![]() | Options | Gets or sets the authentication options.(Inherited from AuthenticationMiddleware<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | CreateHandler() | Provides the AuthenticationHandler object for processing authentication-related requests.(Overrides AuthenticationMiddleware<TOptions>::CreateHandler().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IOwinContext^) | (Inherited from AuthenticationMiddleware<TOptions>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



