ChallengeResult Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ChallengeResult() |
yeni bir ChallengeResultörneği başlatır. |
ChallengeResult(AuthenticationProperties) |
Belirtilen |
ChallengeResult(AuthenticationProperties) |
Belirtilen |
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 |
ChallengeResult(IList<String>, AuthenticationProperties) |
Belirtilen kimlik doğrulama düzenleri ve |
ChallengeResult(String, AuthenticationProperties) |
Belirtilen kimlik doğrulama düzeni ve |
ChallengeResult(String, AuthenticationProperties) |
Belirtilen kimlik doğrulama düzeni ve |
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 properties
ile 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 properties
ile 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
Ş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 properties
ile 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
- 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 properties
ile 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
- 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 properties
ile 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 properties
ile 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.