Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when an endpoint has provided sign in information before it is converted into a cookie. By implementing this method the claims and extra information that go into the ticket may be altered.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
void ResponseSignIn(
CookieResponseSignInContext context
)
void ResponseSignIn(
CookieResponseSignInContext^ context
)
abstract ResponseSignIn :
context:CookieResponseSignInContext -> unit
Sub ResponseSignIn (
context As CookieResponseSignInContext
)
Parameters
context
Type: Microsoft.Owin.Security.Cookies.CookieResponseSignInContextContains information about the login session as well as the user ClaimsIdentity.
See Also
ICookieAuthenticationProvider Interface
Microsoft.Owin.Security.Cookies Namespace
Return to top