次の方法で共有


IHostEnvironmentAuthenticationStateProvider インターフェイス

定義

ホスト環境から認証状態情報を受信するためにサービスによって実装されるインターフェイス。 これがホストの AuthenticationStateProviderによって実装されている場合、HttpContext から認証状態を受け取ります。 または、この実装されたサービスが IHostEnvironmentAuthenticationStateProviderとして直接登録されている場合は、GetAuthenticationStateAsync() によって返された AuthenticationState を受け取ります

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

メソッド

SetAuthenticationState(Task<AuthenticationState>)

更新された認証状態データを AuthenticationStateProviderに提供します。

適用対象