Sdílet prostřednictvím


RemoteAuthenticationStatus Výčet

Definice

Představuje stav operace ověřování.

public enum class RemoteAuthenticationStatus
public enum RemoteAuthenticationStatus
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public enum RemoteAuthenticationStatus
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationStatus>))]
public enum RemoteAuthenticationStatus
type RemoteAuthenticationStatus = 
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
type RemoteAuthenticationStatus = 
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationStatus>))>]
type RemoteAuthenticationStatus = 
Public Enum RemoteAuthenticationStatus
Dědičnost
RemoteAuthenticationStatus
Atributy

Pole

Failure 2

Při provádění operace ověřování došlo k chybě.

OperationCompleted 3

Operace v aktuálním navigačním kontextu byla dokončena. To signalizuje, že aplikace spuštěná v aktuálním kontextu prohlížeče se chystá vypnout a není nutná žádná další práce.

Redirect 0

Aplikace bude přesměrována.

Success 1

Operace ověřování se úspěšně dokončila.

Platí pro