Aracılığıyla paylaş


Results.Challenge(AuthenticationProperties, IList<String>) Yöntem

Tanım

Yürütmede öğesini çağıran ChallengeAsync(HttpContext, String, AuthenticationProperties)bir IResult oluşturur.

Bu yöntemin davranışı kullanımdaki öğesine IAuthenticationService bağlıdır. Status401Unauthorized ve Status403Forbidden olası durum sonuçları arasında yer alır.

public static Microsoft.AspNetCore.Http.IResult Challenge (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties = default, System.Collections.Generic.IList<string>? authenticationSchemes = default);
static member Challenge : Microsoft.AspNetCore.Authentication.AuthenticationProperties * System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Http.IResult
Public Shared Function Challenge (Optional properties As AuthenticationProperties = Nothing, Optional authenticationSchemes As IList(Of String) = Nothing) As IResult

Parametreler

properties
AuthenticationProperties

AuthenticationProperties kimlik doğrulama sınamasını gerçekleştirmek için kullanılır.

authenticationSchemes
IList<String>

Sınamak için kimlik doğrulama düzenleri.

Döndürülenler

Yanıt için oluşturulan IResult .

Şunlara uygulanır