14 types derived from RemoteAuthenticationContext
Microsoft.AspNetCore.Authentication (1)
Events\TicketReceivedContext.cs (1)
11
public class TicketReceivedContext :
RemoteAuthenticationContext
<RemoteAuthenticationOptions>
Microsoft.AspNetCore.Authentication.Negotiate (1)
Events\AuthenticationFailedContext.cs (1)
11
public class AuthenticationFailedContext :
RemoteAuthenticationContext
<NegotiateOptions>
Microsoft.AspNetCore.Authentication.OpenIdConnect (7)
Events\AuthenticationFailedContext.cs (1)
12
public class AuthenticationFailedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\AuthorizationCodeReceivedContext.cs (1)
14
public class AuthorizationCodeReceivedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\MessageReceivedContext.cs (1)
12
public class MessageReceivedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\RemoteSignoutContext.cs (1)
12
public class RemoteSignOutContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\TokenResponseReceivedContext.cs (1)
13
public class TokenResponseReceivedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\TokenValidatedContext.cs (1)
14
public class TokenValidatedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Events\UserInformationReceivedContext.cs (1)
14
public class UserInformationReceivedContext :
RemoteAuthenticationContext
<OpenIdConnectOptions>
Microsoft.AspNetCore.Authentication.WsFederation (5)
AuthenticationFailedContext.cs (1)
12
public class AuthenticationFailedContext :
RemoteAuthenticationContext
<WsFederationOptions>
MessageReceivedContext.cs (1)
12
public class MessageReceivedContext :
RemoteAuthenticationContext
<WsFederationOptions>
RemoteSignoutContext.cs (1)
12
public class RemoteSignOutContext :
RemoteAuthenticationContext
<WsFederationOptions>
SecurityTokenReceivedContext.cs (1)
12
public class SecurityTokenReceivedContext :
RemoteAuthenticationContext
<WsFederationOptions>
SecurityTokenValidatedContext.cs (1)
14
public class SecurityTokenValidatedContext :
RemoteAuthenticationContext
<WsFederationOptions>