Condividi tramite


OpenIdConnectMiddleware.CreateHandler Metodo

Definizione

Fornisce l'oggetto per l'elaborazione AuthenticationHandler<TOptions> delle richieste correlate all'autenticazione.

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)

Restituisce

Oggetto AuthenticationHandler<TOptions> configurato con l'oggetto OpenIdConnectOptions fornito al costruttore.

Si applica a