ClaimsTransformationHandler.RegisterAuthenticationHandler 方法

定义

public:
 void RegisterAuthenticationHandler(Microsoft::AspNetCore::Http::Features::Authentication::IHttpAuthenticationFeature ^ auth);
public void RegisterAuthenticationHandler(Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature auth);
member this.RegisterAuthenticationHandler : Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature -> unit
Public Sub RegisterAuthenticationHandler (auth As IHttpAuthenticationFeature)

参数

适用于