ChallengeContext Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ChallengeContext(String) | |
ChallengeContext(String, IDictionary<String,String>, ChallengeBehavior) |
ChallengeContext(String)
- Źródło:
- ChallengeContext.cs
- Źródło:
- ChallengeContext.cs
public:
ChallengeContext(System::String ^ authenticationScheme);
public ChallengeContext (string authenticationScheme);
new Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext : string -> Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext
Public Sub New (authenticationScheme As String)
Parametry
- authenticationScheme
- String
Dotyczy
ChallengeContext(String, IDictionary<String,String>, ChallengeBehavior)
- Źródło:
- ChallengeContext.cs
- Źródło:
- ChallengeContext.cs
public:
ChallengeContext(System::String ^ authenticationScheme, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties, Microsoft::AspNetCore::Http::Features::Authentication::ChallengeBehavior behavior);
public ChallengeContext (string authenticationScheme, System.Collections.Generic.IDictionary<string,string> properties, Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior behavior);
new Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior -> Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext
Public Sub New (authenticationScheme As String, properties As IDictionary(Of String, String), behavior As ChallengeBehavior)
Parametry
- authenticationScheme
- String
- properties
- IDictionary<String,String>
- behavior
- ChallengeBehavior