AuthenticationManager.ChallengeAsync 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
| ChallengeAsync() | |
| ChallengeAsync(AuthenticationProperties) | |
| ChallengeAsync(String) | |
| ChallengeAsync(String, AuthenticationProperties) | |
| ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) |
ChallengeAsync()
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ ChallengeAsync();
public virtual System.Threading.Tasks.Task ChallengeAsync();
abstract member ChallengeAsync : unit -> System.Threading.Tasks.Task
override this.ChallengeAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function ChallengeAsync () As Task
Döndürülenler
Şunlara uygulanır
ChallengeAsync(AuthenticationProperties)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public virtual System.Threading.Tasks.Task ChallengeAsync(Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member ChallengeAsync : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.ChallengeAsync : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Overridable Function ChallengeAsync (properties As AuthenticationProperties) As Task
Parametreler
- properties
- AuthenticationProperties
Döndürülenler
Şunlara uygulanır
ChallengeAsync(String)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ ChallengeAsync(System::String ^ authenticationScheme);
public virtual System.Threading.Tasks.Task ChallengeAsync(string authenticationScheme);
abstract member ChallengeAsync : string -> System.Threading.Tasks.Task
override this.ChallengeAsync : string -> System.Threading.Tasks.Task
Public Overridable Function ChallengeAsync (authenticationScheme As String) As Task
Parametreler
- authenticationScheme
- String
Döndürülenler
Şunlara uygulanır
ChallengeAsync(String, AuthenticationProperties)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ ChallengeAsync(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public virtual System.Threading.Tasks.Task ChallengeAsync(string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member ChallengeAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.ChallengeAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Overridable Function ChallengeAsync (authenticationScheme As String, properties As AuthenticationProperties) As Task
Parametreler
- authenticationScheme
- String
- properties
- AuthenticationProperties
Döndürülenler
Şunlara uygulanır
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior)
- Kaynak:
- AuthenticationManager.cs
- Kaynak:
- AuthenticationManager.cs
public:
abstract System::Threading::Tasks::Task ^ ChallengeAsync(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties, Microsoft::AspNetCore::Http::Features::Authentication::ChallengeBehavior behavior);
public abstract System.Threading.Tasks.Task ChallengeAsync(string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties, Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior behavior);
abstract member ChallengeAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior -> System.Threading.Tasks.Task
Public MustOverride Function ChallengeAsync (authenticationScheme As String, properties As AuthenticationProperties, behavior As ChallengeBehavior) As Task
Parametreler
- authenticationScheme
- String
- properties
- AuthenticationProperties
- behavior
- ChallengeBehavior