IHostEnvironmentAuthenticationStateProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由服务实现的接口,用于从主机环境接收身份验证状态信息。 如果这是由主机的 AuthenticationStateProvider实现的,它将从 HttpContext 接收身份验证状态。 或者,如果此实现的服务直接注册为 IHostEnvironmentAuthenticationStateProvider,它将接收 GetAuthenticationStateAsync() 返回的 AuthenticationState
public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
- 派生
方法
SetAuthenticationState(Task<AuthenticationState>) |
向 AuthenticationStateProvider提供更新的身份验证状态数据。 |