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

属性值

适用于