ClaimsTransformationHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestore che applica AttestazioniTransformation all'autenticazione
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
- Ereditarietà
-
ClaimsTransformationHandler
- Implementazioni
Costruttori
ClaimsTransformationHandler(IClaimsTransformer, HttpContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
Proprietà
PriorHandler |
Gestore che applica AttestazioniTransformation all'autenticazione |
Metodi
AuthenticateAsync(AuthenticateContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
ChallengeAsync(ChallengeContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
GetDescriptions(DescribeSchemesContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
RegisterAuthenticationHandler(IHttpAuthenticationFeature) |
Gestore che applica AttestazioniTransformation all'autenticazione |
SignInAsync(SignInContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
SignOutAsync(SignOutContext) |
Gestore che applica AttestazioniTransformation all'autenticazione |
UnregisterAuthenticationHandler(IHttpAuthenticationFeature) |
Gestore che applica AttestazioniTransformation all'autenticazione |