ClaimsTransformationHandler.UnregisterAuthenticationHandler Method

Definition

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

Parameters

Applies to