IHostEnvironmentAuthenticationStateProvider 接口

定义

由服务实现的接口,用于从主机环境接收身份验证状态信息。 如果这是由主机的 AuthenticationStateProvider实现的,它将从 HttpContext 接收身份验证状态。 或者,如果此实现的服务直接注册为 IHostEnvironmentAuthenticationStateProvider,它将接收 GetAuthenticationStateAsync() 返回的 AuthenticationState

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

方法

SetAuthenticationState(Task<AuthenticationState>)

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

适用于