OpenIdConnectMiddleware.CreateHandler Método

Definição

Fornece o AuthenticationHandler<TOptions> objeto para processar solicitações relacionadas à autenticação.

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)

Retornos

Um AuthenticationHandler<TOptions> configurado com o OpenIdConnectOptions fornecido para o construtor.

Aplica-se a