ChallengeResult Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ChallengeResult() |
Inicializuje novou instanci ChallengeResult. |
ChallengeResult(AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadaným |
ChallengeResult(AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadaným |
ChallengeResult(IList<String>) |
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování. |
ChallengeResult(String) |
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování. |
ChallengeResult(IList<String>, AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování a |
ChallengeResult(IList<String>, AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování a |
ChallengeResult(String, AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování a |
ChallengeResult(String, AuthenticationProperties) |
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování a |
ChallengeResult()
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult.
public:
ChallengeResult();
public ChallengeResult ();
Public Sub New ()
Platí pro
ChallengeResult(AuthenticationProperties)
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult se zadaným 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 sloužící k provedení ověřovací výzvy.
Platí pro
ChallengeResult(AuthenticationProperties)
Inicializuje novou instanci ChallengeResult se zadaným 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 sloužící k provedení ověřovací výzvy.
Platí pro
ChallengeResult(IList<String>)
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování.
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
Platí pro
ChallengeResult(String)
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování.
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
Schéma ověřování, které je potřeba provést.
Platí pro
ChallengeResult(IList<String>, AuthenticationProperties)
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování a 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
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení ověřovací výzvy.
Platí pro
ChallengeResult(IList<String>, AuthenticationProperties)
Inicializuje novou instanci ChallengeResult se zadanými schématy ověřování a 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
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení ověřovací výzvy.
Platí pro
ChallengeResult(String, AuthenticationProperties)
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
- Zdroj:
- ChallengeResult.cs
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování a 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
Schéma ověřování, které je potřeba provést.
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení ověřovací výzvy.
Platí pro
ChallengeResult(String, AuthenticationProperties)
Inicializuje novou instanci ChallengeResult se zadaným schématem ověřování a 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
Schémata ověřování, která se mají vyzvat.
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení ověřovací výzvy.