다음을 통해 공유


RemoteAuthenticationStatus 열거형

정의

인증 작업의 상태 나타냅니다.

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
상속
RemoteAuthenticationStatus
특성

필드

Failure 2

인증 작업을 수행하는 동안 오류가 발생했습니다.

OperationCompleted 3

현재 탐색 컨텍스트의 작업이 완료되었습니다. 이는 현재 브라우저 컨텍스트에서 실행 중인 애플리케이션이 종료될 예정이며 다른 작업이 필요하지 않음을 신호로 표시합니다.

Redirect 0

애플리케이션이 리디렉션됩니다.

Success 1

인증 작업이 성공적으로 완료되었습니다.

적용 대상