Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Authentication.​Cookies.​CookieSigningInContext

Assembly: Microsoft.AspNetCore.Authentication.Cookies

Inheritance: object → BaseContext<​CookieAuthenticationOptions> → PropertiesContext<​CookieAuthenticationOptions> → PrincipalContext<​CookieAuthenticationOptions> → CookieSigningInContext

Context object passed to the <see cref="M:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents.SigningIn(Microsoft.AspNetCore.Authentication.Cookies.CookieSigningInContext)" /> .

Properties

CookieOptions
The options for creating the outgoing cookie. May be replace or altered during the SigningIn call.
Properties
Scheme
HttpContext
Request
Response

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object