AuthenticationService.Handlers Property

Definition

Used to resolve IAuthenticationHandler instances.

public:
 property Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider ^ Handlers { Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider ^ get(); };
public Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider Handlers { get; }
member this.Handlers : Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider
Public ReadOnly Property Handlers As IAuthenticationHandlerProvider

Property Value

Applies to