ClaimsTransformationHandler Clase

Definición

Controlador que aplica ClaimsTransformation a la autenticación

public ref class ClaimsTransformationHandler : Microsoft::AspNetCore::Http::Features::Authentication::IAuthenticationHandler
public class ClaimsTransformationHandler : Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler
type ClaimsTransformationHandler = class
    interface IAuthenticationHandler
Public Class ClaimsTransformationHandler
Implements IAuthenticationHandler
Herencia
ClaimsTransformationHandler
Implementaciones

Constructores

ClaimsTransformationHandler(IClaimsTransformer, HttpContext)

Propiedades

PriorHandler

Métodos

AuthenticateAsync(AuthenticateContext)
ChallengeAsync(ChallengeContext)
GetDescriptions(DescribeSchemesContext)
RegisterAuthenticationHandler(IHttpAuthenticationFeature)
SignInAsync(SignInContext)
SignOutAsync(SignOutContext)
UnregisterAuthenticationHandler(IHttpAuthenticationFeature)

Se aplica a