AuthenticationManager.ChallengeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ChallengeAsync() | |
ChallengeAsync(AuthenticationProperties) | |
ChallengeAsync(String) | |
ChallengeAsync(String, AuthenticationProperties) | |
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) |
ChallengeAsync()
- Source:
- AuthenticationManager.cs
- Source:
- 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
Retours
S’applique à
ChallengeAsync(AuthenticationProperties)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- properties
- AuthenticationProperties
Retours
S’applique à
ChallengeAsync(String)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- authenticationScheme
- String
Retours
S’applique à
ChallengeAsync(String, AuthenticationProperties)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- authenticationScheme
- String
- properties
- AuthenticationProperties
Retours
S’applique à
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- authenticationScheme
- String
- properties
- AuthenticationProperties
- behavior
- ChallengeBehavior