次の方法で共有


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

プロパティ値

適用対象