ClaimsTransformationHandler Klasse

Definition

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

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
Vererbung
ClaimsTransformationHandler
Implementiert

Konstruktoren

ClaimsTransformationHandler(IClaimsTransformer, HttpContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

Eigenschaften

PriorHandler

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

Methoden

AuthenticateAsync(AuthenticateContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

ChallengeAsync(ChallengeContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

GetDescriptions(DescribeSchemesContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

RegisterAuthenticationHandler(IHttpAuthenticationFeature)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

SignInAsync(SignInContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

SignOutAsync(SignOutContext)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

UnregisterAuthenticationHandler(IHttpAuthenticationFeature)

Handler, der ClaimsTransformation auf die Authentifizierung anwendet

Gilt für: