OpenIdConnectMiddleware.CreateHandler Método

Definición

Proporciona el AuthenticationHandler<TOptions> objeto para procesar las solicitudes relacionadas con la autenticación.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of OpenIdConnectOptions)

Devoluciones

AuthenticationHandler<OpenIdConnectOptions>

AuthenticationHandler<TOptions>Configurado con el OpenIdConnectOptions proporcionado al constructor.

Se aplica a