9 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.Certificate (1)
Events\CertificateChallengeContext.cs (1)
11public class CertificateChallengeContext : PropertiesContext<CertificateAuthenticationOptions>
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieSigningOutContext.cs (1)
11public class CookieSigningOutContext : PropertiesContext<CookieAuthenticationOptions>
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerChallengeContext.cs (1)
11public class JwtBearerChallengeContext : PropertiesContext<JwtBearerOptions>
Microsoft.AspNetCore.Authentication.Negotiate (1)
Events\ChallengeContext.cs (1)
11public class ChallengeContext : PropertiesContext<NegotiateOptions>
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Events\PushedAuthorizationContext.cs (1)
13public sealed class PushedAuthorizationContext : PropertiesContext<OpenIdConnectOptions>
Events\RedirectContext.cs (1)
14public class RedirectContext : PropertiesContext<OpenIdConnectOptions>
Microsoft.AspNetCore.Authentication.WsFederation (1)
RedirectContext.cs (1)
13public class RedirectContext : PropertiesContext<WsFederationOptions>
1 reference to PropertiesContext
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerChallengeContext.cs (1)
9/// A <see cref="PropertiesContext{TOptions}"/> when access to a resource authenticated using JWT bearer is challenged.