AuthenticationManager.ChallengeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Returns
Applies to
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
Parameters
- properties
- AuthenticationProperties
Returns
Applies to
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
Parameters
- authenticationScheme
- String
Returns
Applies to
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
Parameters
- authenticationScheme
- String
- properties
- AuthenticationProperties
Returns
Applies to
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
Parameters
- authenticationScheme
- String
- properties
- AuthenticationProperties
- behavior
- ChallengeBehavior