ClaimsTransformationHandler Class

Definition

Handler that applies ClaimsTransformation to authentication

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
Inheritance
ClaimsTransformationHandler
Implements

Constructors

ClaimsTransformationHandler(IClaimsTransformer, HttpContext)

Properties

PriorHandler

Methods

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

Applies to