Freigeben über


AuthenticationManager.ForbidAsync Methode

Definition

Überlädt

ForbidAsync(String, AuthenticationProperties)
ForbidAsync(String)
ForbidAsync()

Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden.

ForbidAsync(AuthenticationProperties)

Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden.

ForbidAsync(String, AuthenticationProperties)

Quelle:
AuthenticationManager.cs
Quelle:
AuthenticationManager.cs
public:
 virtual System::Threading::Tasks::Task ^ ForbidAsync(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public virtual System.Threading.Tasks.Task ForbidAsync (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member ForbidAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.ForbidAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Overridable Function ForbidAsync (authenticationScheme As String, properties As AuthenticationProperties) As Task

Parameter

authenticationScheme
String

Gibt zurück

Gilt für:

ForbidAsync(String)

Quelle:
AuthenticationManager.cs
Quelle:
AuthenticationManager.cs
public:
 virtual System::Threading::Tasks::Task ^ ForbidAsync(System::String ^ authenticationScheme);
public virtual System.Threading.Tasks.Task ForbidAsync (string authenticationScheme);
abstract member ForbidAsync : string -> System.Threading.Tasks.Task
override this.ForbidAsync : string -> System.Threading.Tasks.Task
Public Overridable Function ForbidAsync (authenticationScheme As String) As Task

Parameter

authenticationScheme
String

Gibt zurück

Gilt für:

ForbidAsync()

Quelle:
AuthenticationManager.cs
Quelle:
AuthenticationManager.cs

Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden.

public:
 virtual System::Threading::Tasks::Task ^ ForbidAsync();
public virtual System.Threading.Tasks.Task ForbidAsync ();
abstract member ForbidAsync : unit -> System.Threading.Tasks.Task
override this.ForbidAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function ForbidAsync () As Task

Gibt zurück

Eine Task , die den asynchronen Challenge-Vorgang darstellt.

Gilt für:

ForbidAsync(AuthenticationProperties)

Quelle:
AuthenticationManager.cs
Quelle:
AuthenticationManager.cs

Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden.

public:
 virtual System::Threading::Tasks::Task ^ ForbidAsync(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public virtual System.Threading.Tasks.Task ForbidAsync (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member ForbidAsync : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.ForbidAsync : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Overridable Function ForbidAsync (properties As AuthenticationProperties) As Task

Parameter

properties
AuthenticationProperties

Weitere beliebige Werte, die von bestimmten Authentifizierungstypen verwendet werden können.

Gibt zurück

Eine Task , die den asynchronen Challenge-Vorgang darstellt.

Gilt für: