ClaimsTransformationHandler 類別

定義

將 ClaimsTransformation 套用至驗證的處理常式

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
繼承
ClaimsTransformationHandler
實作

建構函式

ClaimsTransformationHandler(IClaimsTransformer, HttpContext)

將 ClaimsTransformation 套用至驗證的處理常式

屬性

PriorHandler

將 ClaimsTransformation 套用至驗證的處理常式

方法

AuthenticateAsync(AuthenticateContext)

將 ClaimsTransformation 套用至驗證的處理常式

ChallengeAsync(ChallengeContext)

將 ClaimsTransformation 套用至驗證的處理常式

GetDescriptions(DescribeSchemesContext)

將 ClaimsTransformation 套用至驗證的處理常式

RegisterAuthenticationHandler(IHttpAuthenticationFeature)

將 ClaimsTransformation 套用至驗證的處理常式

SignInAsync(SignInContext)

將 ClaimsTransformation 套用至驗證的處理常式

SignOutAsync(SignOutContext)

將 ClaimsTransformation 套用至驗證的處理常式

UnregisterAuthenticationHandler(IHttpAuthenticationFeature)

將 ClaimsTransformation 套用至驗證的處理常式

適用於