CookieResponseSignedInContext Class
Context object passed to the ICookieAuthenticationProvider method ResponseSignedIn.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<TOptions>
Microsoft.Owin.Security.Cookies.CookieResponseSignedInContext
Syntax
public class CookieResponseSignedInContext : BaseContext<CookieAuthenticationOptions>
public ref class CookieResponseSignedInContext : BaseContext<CookieAuthenticationOptions^>
type CookieResponseSignedInContext =
class
inherit BaseContext<CookieAuthenticationOptions>
end
Public Class CookieResponseSignedInContext
Inherits BaseContext(Of CookieAuthenticationOptions)
Constructors
Name | Description | |
---|---|---|
CookieResponseSignedInContext(IOwinContext, CookieAuthenticationOptions, String, ClaimsIdentity, AuthenticationProperties) | Creates a new instance of the context object. |
Properties
Name | Description | |
---|---|---|
AuthenticationType | The name of the AuthenticationType creating a cookie. |
|
Identity | Contains the claims that were converted into the outgoing cookie. |
|
Options | (Inherited from BaseContext<TOptions>.) |
|
OwinContext | (Inherited from BaseContext<TOptions>.) |
|
Properties | Contains the extra data that was contained in the outgoing cookie. |
|
Request | (Inherited from BaseContext<TOptions>.) |
|
Response | (Inherited from BaseContext<TOptions>.) |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Cookies Namespace
Return to top