AuthenticationManager.ForbidAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ForbidAsync(String, AuthenticationProperties) | |
ForbidAsync(String) | |
ForbidAsync() |
Создает запрос для диспетчера проверки подлинности с помощью Forbidden. |
ForbidAsync(AuthenticationProperties) |
Создает запрос для диспетчера проверки подлинности с помощью Forbidden. |
ForbidAsync(String, AuthenticationProperties)
- Исходный код:
- AuthenticationManager.cs
- Исходный код:
- 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
Параметры
- authenticationScheme
- String
- properties
- AuthenticationProperties
Возвращаемое значение
Применяется к
ForbidAsync(String)
- Исходный код:
- AuthenticationManager.cs
- Исходный код:
- 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
Параметры
- authenticationScheme
- String
Возвращаемое значение
Применяется к
ForbidAsync()
- Исходный код:
- AuthenticationManager.cs
- Исходный код:
- AuthenticationManager.cs
Создает запрос для диспетчера проверки подлинности с помощью 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
Возвращаемое значение
Объект , Task представляющий асинхронную операцию вызова.
Применяется к
ForbidAsync(AuthenticationProperties)
- Исходный код:
- AuthenticationManager.cs
- Исходный код:
- AuthenticationManager.cs
Создает запрос для диспетчера проверки подлинности с помощью 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
Параметры
- properties
- AuthenticationProperties
Дополнительные необязательные значения, которые могут использоваться при различных типах проверки подлинности.
Возвращаемое значение
Объект , Task представляющий асинхронную операцию вызова.