Udostępnij za pośrednictwem


ChallengeResult Konstruktory

Definicja

Przeciążenia

ChallengeResult()

Inicjuje nowe wystąpienie ChallengeResult.

ChallengeResult(AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym properties.

ChallengeResult(AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym properties.

ChallengeResult(IList<String>)

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania.

ChallengeResult(String)

Inicjuje nowe wystąpienie ChallengeResult przy użyciu określonego schematu uwierzytelniania.

ChallengeResult(IList<String>, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania i properties.

ChallengeResult(IList<String>, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania i properties.

ChallengeResult(String, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym schematem uwierzytelniania i properties.

ChallengeResult(String, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym schematem uwierzytelniania i properties.

ChallengeResult()

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

Inicjuje nowe wystąpienie ChallengeResult.

public:
 ChallengeResult();
public ChallengeResult ();
Public Sub New ()

Dotyczy

ChallengeResult(AuthenticationProperties)

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

Inicjuje nowe wystąpienie ChallengeResult z określonym properties.

public:
 ChallengeResult(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)

Parametry

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy

ChallengeResult(AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym properties.

public:
 ChallengeResult(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)

Parametry

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy

ChallengeResult(IList<String>)

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

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania.

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String))

Parametry

authenticationSchemes
IList<String>

Schematy uwierzytelniania do zakwestionowania.

Dotyczy

ChallengeResult(String)

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

Inicjuje nowe wystąpienie ChallengeResult przy użyciu określonego schematu uwierzytelniania.

public:
 ChallengeResult(System::String ^ authenticationScheme);
public ChallengeResult (string authenticationScheme);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String)

Parametry

authenticationScheme
String

Schemat uwierzytelniania do zakwestionowania.

Dotyczy

ChallengeResult(IList<String>, AuthenticationProperties)

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

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania i properties.

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

Parametry

authenticationSchemes
IList<String>

Schematy uwierzytelniania do zakwestionowania.

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy

ChallengeResult(IList<String>, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonymi schematami uwierzytelniania i properties.

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

Parametry

authenticationSchemes
IList<String>

Schemat uwierzytelniania do zakwestionowania.

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy

ChallengeResult(String, AuthenticationProperties)

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

Inicjuje nowe wystąpienie ChallengeResult z określonym schematem uwierzytelniania i properties.

public:
 ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

Parametry

authenticationScheme
String

Schemat uwierzytelniania do zakwestionowania.

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy

ChallengeResult(String, AuthenticationProperties)

Inicjuje nowe wystąpienie ChallengeResult z określonym schematem uwierzytelniania i properties.

public:
 ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

Parametry

authenticationScheme
String

Schematy uwierzytelniania do zakwestionowania.

properties
AuthenticationProperties

AuthenticationProperties używane do wykonywania zadania uwierzytelniania.

Dotyczy