다음을 통해 공유


RemoteAuthenticationResult<TRemoteAuthenticationState>.Status 속성

정의

인증 작업의 상태 가져오거나 설정합니다. 상태 중 RemoteAuthenticationStatus하나일 수 있습니다.

public:
 property Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationStatus Status { Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationStatus get(); void set(Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationStatus value); };
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationStatus Status { get; set; }
member this.Status : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationStatus with get, set
Public Property Status As RemoteAuthenticationStatus

속성 값

적용 대상