CookieResponseSignInContext Class
Context object passed to the ICookieAuthenticationProvider method ResponseSignIn.
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.Cookies::CookieResponseSignInContext
| Name | Description | |
|---|---|---|
![]() | CookieResponseSignInContext(IOwinContext^, CookieAuthenticationOptions^, String^, ClaimsIdentity^, AuthenticationProperties^, CookieOptions^) | Creates a new instance of the context object. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationType | The name of the AuthenticationType creating a cookie. |
![]() | CookieOptions | The options for creating the outgoing cookie. May be replace or altered during the ResponseSignIn call. |
![]() | Identity | Contains the claims about to be converted into the outgoing cookie. May be replaced or altered during the ResponseSignIn call. |
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | Properties | Contains the extra data about to be contained in the outgoing cookie. May be replaced or altered during the ResponseSignIn call. |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | 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.


