Udostępnij za pośrednictwem


OpenIdConnectMiddleware.CreateHandler Metoda

Definicja

AuthenticationHandler<TOptions> Udostępnia obiekt do przetwarzania żądań związanych z uwierzytelnianiem.

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)

Zwraca

Element AuthenticationHandler<TOptions> skonfigurowany z elementem dostarczonym OpenIdConnectOptions do konstruktora.

Dotyczy