Udostępnij za pośrednictwem


ControllerBase.Challenge Metoda

Definicja

Przeciążenia

Challenge(AuthenticationProperties, String[])

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania i properties.

Challenge()

Tworzy element ChallengeResult.

Challenge(AuthenticationProperties)

Tworzy obiekt ChallengeResult z określonym propertieselementem .

Challenge(AuthenticationProperties)

Tworzy obiekt ChallengeResult z określonym propertieselementem .

Challenge(String[])

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania.

Challenge(AuthenticationProperties, String[])

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania i properties.

Challenge(AuthenticationProperties, String[])

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania i properties.

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties, ... cli::array <System::String ^> ^ authenticationSchemes);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties, params string[] authenticationSchemes);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge (properties As AuthenticationProperties, ParamArray authenticationSchemes As String()) As ChallengeResult

Parametry

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania zadania uwierzytelniania.

authenticationSchemes
String[]

Schematy uwierzytelniania do zakwestionowania.

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Dotyczy

Challenge()

Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs

Tworzy element ChallengeResult.

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge();
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge ();
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : unit -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : unit -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge () As ChallengeResult

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Uwagi

Zachowanie tej metody zależy od używanej IAuthenticationService metody. Status401Unauthorized i Status403Forbidden są jednymi z prawdopodobnych wyników stanu.

Dotyczy

Challenge(AuthenticationProperties)

Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs

Tworzy obiekt ChallengeResult z określonym propertieselementem .

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge (properties As AuthenticationProperties) As ChallengeResult

Parametry

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania zadania uwierzytelniania.

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Uwagi

Zachowanie tej metody zależy od używanej IAuthenticationService metody. Status401Unauthorized i Status403Forbidden są jednymi z prawdopodobnych wyników stanu.

Dotyczy

Challenge(AuthenticationProperties)

Tworzy obiekt ChallengeResult z określonym propertieselementem .

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge (properties As AuthenticationProperties) As ChallengeResult

Parametry

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania zadania uwierzytelniania.

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Dotyczy

Challenge(String[])

Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania.

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge(... cli::array <System::String ^> ^ authenticationSchemes);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge (params string[] authenticationSchemes);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge (ParamArray authenticationSchemes As String()) As ChallengeResult

Parametry

authenticationSchemes
String[]

Schematy uwierzytelniania do zakwestionowania.

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Uwagi

Zachowanie tej metody zależy od używanej IAuthenticationService metody. Status401Unauthorized i Status403Forbidden są jednymi z prawdopodobnych wyników stanu.

Dotyczy

Challenge(AuthenticationProperties, String[])

Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs
Źródło:
ControllerBase.cs

Tworzy obiekt ChallengeResult z określonymi schematami uwierzytelniania i properties.

public:
 virtual Microsoft::AspNetCore::Mvc::ChallengeResult ^ Challenge(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, ... cli::array <System::String ^> ^ authenticationSchemes);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ChallengeResult Challenge (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, params string[] authenticationSchemes);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Challenge : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
override this.Challenge : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string[] -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Overridable Function Challenge (properties As AuthenticationProperties, ParamArray authenticationSchemes As String()) As ChallengeResult

Parametry

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania zadania uwierzytelniania.

authenticationSchemes
String[]

Schematy uwierzytelniania do zakwestionowania.

Zwraca

ChallengeResult Utworzony dla odpowiedzi.

Atrybuty

Uwagi

Zachowanie tej metody zależy od używanej IAuthenticationService metody. Status401Unauthorized i Status403Forbidden są jednymi z prawdopodobnych wyników stanu.

Dotyczy