Sdílet prostřednictvím


AuthenticationFailedContext Konstruktory

Definice

Přetížení

AuthenticationFailedContext(HttpContext, OpenIdConnectOptions)
AuthenticationFailedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions)

Inicializuje novou instanci objektu AuthenticationFailedContext.

AuthenticationFailedContext(HttpContext, OpenIdConnectOptions)

public:
 AuthenticationFailedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^ options);
public AuthenticationFailedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.OpenIdConnectOptions -> Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext
Public Sub New (context As HttpContext, options As OpenIdConnectOptions)

Parametry

context
HttpContext

Platí pro

AuthenticationFailedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions)

Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs
Zdroj:
AuthenticationFailedContext.cs

Inicializuje novou instanci objektu AuthenticationFailedContext.

public:
 AuthenticationFailedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options);
public AuthenticationFailedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions -> Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthenticationFailedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As OpenIdConnectOptions)

Parametry

context
HttpContext

Platí pro