AuthenticationManager.ForbidAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ForbidAsync(String, AuthenticationProperties) | |
ForbidAsync(String) | |
ForbidAsync() |
Tworzy wyzwanie dla menedżera uwierzytelniania za pomocą polecenia Forbidden. |
ForbidAsync(AuthenticationProperties) |
Tworzy wyzwanie dla menedżera uwierzytelniania za pomocą polecenia Forbidden. |
ForbidAsync(String, AuthenticationProperties)
- Źródło:
- AuthenticationManager.cs
- Źródło:
- 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
Parametry
- authenticationScheme
- String
- properties
- AuthenticationProperties
Zwraca
Dotyczy
ForbidAsync(String)
- Źródło:
- AuthenticationManager.cs
- Źródło:
- 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
Parametry
- authenticationScheme
- String
Zwraca
Dotyczy
ForbidAsync()
- Źródło:
- AuthenticationManager.cs
- Źródło:
- AuthenticationManager.cs
Tworzy wyzwanie dla menedżera uwierzytelniania za pomocą polecenia 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
Zwraca
Element Task reprezentujący asynchroniczną operację wyzwania.
Dotyczy
ForbidAsync(AuthenticationProperties)
- Źródło:
- AuthenticationManager.cs
- Źródło:
- AuthenticationManager.cs
Tworzy wyzwanie dla menedżera uwierzytelniania za pomocą polecenia 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
Parametry
- properties
- AuthenticationProperties
Dodatkowe dowolne wartości, które mogą być używane przez określone typy uwierzytelniania.
Zwraca
Element Task reprezentujący asynchroniczną operację wyzwania.