HandleRequestResult.Fail Metoda
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í
Fail(Exception) |
Označuje, že během ověřování došlo k chybě. |
Fail(String) |
Označuje, že během ověřování došlo k chybě. |
Fail(Exception, AuthenticationProperties) |
Označuje, že během ověřování došlo k chybě. |
Fail(String, AuthenticationProperties) |
Označuje, že během ověřování došlo k chybě. |
Fail(Exception)
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
Označuje, že během ověřování došlo k chybě.
public:
static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Fail(Exception ^ failure);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (Exception failure);
static member Fail : Exception -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Fail (failure As Exception) As HandleRequestResult
Parametry
- failure
- Exception
Výjimka selhání
Návraty
Výsledek.
Platí pro
Fail(String)
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
Označuje, že během ověřování došlo k chybě.
public:
static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Fail(System::String ^ failureMessage);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (string failureMessage);
static member Fail : string -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Fail (failureMessage As String) As HandleRequestResult
Parametry
- failureMessage
- String
Zpráva o selhání.
Návraty
Výsledek.
Platí pro
Fail(Exception, AuthenticationProperties)
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
Označuje, že během ověřování došlo k chybě.
public:
static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Fail(Exception ^ failure, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (Exception failure, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (Exception failure, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
static member Fail : Exception * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Fail (failure As Exception, properties As AuthenticationProperties) As HandleRequestResult
Parametry
- failure
- Exception
Výjimka selhání
- properties
- AuthenticationProperties
Další hodnoty stavu pro relaci ověřování
Návraty
Výsledek.
Platí pro
Fail(String, AuthenticationProperties)
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
- Zdroj:
- HandleRequestResult.cs
Označuje, že během ověřování došlo k chybě.
public:
static Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Fail(System::String ^ failureMessage, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (string failureMessage, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public static Microsoft.AspNetCore.Authentication.HandleRequestResult Fail (string failureMessage, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
static member Fail : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.HandleRequestResult
Public Shared Function Fail (failureMessage As String, properties As AuthenticationProperties) As HandleRequestResult
Parametry
- failureMessage
- String
Zpráva o selhání.
- properties
- AuthenticationProperties
Další hodnoty stavu pro relaci ověřování
Návraty
Výsledek.