IHostEnvironmentAuthenticationStateProvider 接口

定义

一个由类实现的 AuthenticationStateProvider 接口,这些类可以从主机环境接收身份验证状态信息。

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
派生

方法

SetAuthenticationState(Task<AuthenticationState>)

向 提供更新的 AuthenticationStateProvider身份验证状态数据。

适用于