AuthenticationManager.ForbidAsync Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ForbidAsync(String, AuthenticationProperties) | |
ForbidAsync(String) | |
ForbidAsync() |
ile Forbiddenkimlik doğrulama yöneticisi için bir sınama oluşturur. |
ForbidAsync(AuthenticationProperties) |
ile Forbiddenkimlik doğrulama yöneticisi için bir sınama oluşturur. |
ForbidAsync(String, AuthenticationProperties)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- 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
Parametreler
- authenticationScheme
- String
- properties
- AuthenticationProperties
Döndürülenler
Şunlara uygulanır
ForbidAsync(String)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- 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
Parametreler
- authenticationScheme
- String
Döndürülenler
Şunlara uygulanır
ForbidAsync()
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
ile Forbiddenkimlik doğrulama yöneticisi için bir sınama oluşturur.
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
Döndürülenler
Task Zaman uyumsuz sınama işlemini temsil eden bir.
Şunlara uygulanır
ForbidAsync(AuthenticationProperties)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
ile Forbiddenkimlik doğrulama yöneticisi için bir sınama oluşturur.
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
Parametreler
- properties
- AuthenticationProperties
Belirli kimlik doğrulama türleri tarafından kullanılabilecek ek rastgele değerler.
Döndürülenler
Task Zaman uyumsuz sınama işlemini temsil eden bir.