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