ICookieAuthenticationProvider.ResponseSignedIn Method (CookieResponseSignedInContext)
Called when an endpoint has provided sign in information after it is converted into a cookie.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
void ResponseSignedIn(
CookieResponseSignedInContext context
)
void ResponseSignedIn(
CookieResponseSignedInContext^ context
)
abstract ResponseSignedIn :
context:CookieResponseSignedInContext -> unit
Sub ResponseSignedIn (
context As CookieResponseSignedInContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieResponseSignedInContextContains information about the login session as well as the user ClaimsIdentity.
See Also
ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top