3 types derived from PropertiesContext
Microsoft.AspNetCore.Authentication (2)
Events\PrincipalContext.cs (1)
12
public abstract class PrincipalContext<TOptions> :
PropertiesContext
<TOptions> where TOptions : AuthenticationSchemeOptions
Events\RedirectContext.cs (1)
11
public class RedirectContext<TOptions> :
PropertiesContext
<TOptions> where TOptions : AuthenticationSchemeOptions
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieSigningOutContext.cs (1)
11
public class CookieSigningOutContext :
PropertiesContext
<CookieAuthenticationOptions>