Aracılığıyla paylaş


ChallengeResult Oluşturucular

Tanım

Aşırı Yüklemeler

ChallengeResult()

yeni bir ChallengeResultörneği başlatır.

ChallengeResult(AuthenticationProperties)

Belirtilen propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult(AuthenticationProperties)

Belirtilen propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult(IList<String>)

Belirtilen kimlik doğrulama düzenleriyle yeni bir ChallengeResult örneği başlatır.

ChallengeResult(String)

Belirtilen kimlik doğrulama düzeniyle yeni bir ChallengeResult örneği başlatır.

ChallengeResult(IList<String>, AuthenticationProperties)

Belirtilen kimlik doğrulama düzenleri ve propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult(IList<String>, AuthenticationProperties)

Belirtilen kimlik doğrulama düzenleri ve propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult(String, AuthenticationProperties)

Belirtilen kimlik doğrulama düzeni ve propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult(String, AuthenticationProperties)

Belirtilen kimlik doğrulama düzeni ve propertiesile yeni bir ChallengeResult örneği başlatır.

ChallengeResult()

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

yeni bir ChallengeResultörneği başlatır.

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

Şunlara uygulanır

ChallengeResult(AuthenticationProperties)

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

Belirtilen propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

properties
AuthenticationProperties

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

Şunlara uygulanır

ChallengeResult(AuthenticationProperties)

Belirtilen propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

properties
AuthenticationProperties

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

Şunlara uygulanır

ChallengeResult(IList<String>)

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

Belirtilen kimlik doğrulama düzenleriyle yeni bir ChallengeResult örneği başlatır.

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))

Parametreler

authenticationSchemes
IList<String>

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

Şunlara uygulanır

ChallengeResult(String)

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

Belirtilen kimlik doğrulama düzeniyle yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

authenticationScheme
String

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

Şunlara uygulanır

ChallengeResult(IList<String>, AuthenticationProperties)

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

Belirtilen kimlik doğrulama düzenleri ve propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

authenticationSchemes
IList<String>

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

properties
AuthenticationProperties

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

Şunlara uygulanır

ChallengeResult(IList<String>, AuthenticationProperties)

Belirtilen kimlik doğrulama düzenleri ve propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

authenticationSchemes
IList<String>

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

properties
AuthenticationProperties

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

Şunlara uygulanır

ChallengeResult(String, AuthenticationProperties)

Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs
Kaynak:
ChallengeResult.cs

Belirtilen kimlik doğrulama düzeni ve propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

authenticationScheme
String

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

properties
AuthenticationProperties

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

Şunlara uygulanır

ChallengeResult(String, AuthenticationProperties)

Belirtilen kimlik doğrulama düzeni ve propertiesile yeni bir ChallengeResult örneği başlatır.

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)

Parametreler

authenticationScheme
String

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

properties
AuthenticationProperties

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

Şunlara uygulanır