Sdílet prostřednictvím


OpenIdConnectMiddleware.CreateHandler Metoda

Definice

AuthenticationHandler<TOptions> Poskytuje objekt pro zpracování požadavků souvisejících s ověřováním.

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)

Návraty

Konfigurovaný AuthenticationHandler<TOptions> s parametrem OpenIdConnectOptions zadaným konstruktoru.

Platí pro