IHostEnvironmentAuthenticationStateProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
服務實作的介面,可從主機環境接收驗證狀態資訊。 如果這是由主機的 AuthenticationStateProvider實作,則會從 HttpContext 接收驗證狀態。 或者,如果直接註冊為 IHostEnvironmentAuthenticationStateProvider的實作服務,則會接收由 GetAuthenticationStateAsync() 傳回的 AuthenticationState
public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
- 衍生
方法
SetAuthenticationState(Task<AuthenticationState>) |
將更新的驗證狀態資料提供給 AuthenticationStateProvider。 |