다음을 통해 공유


IHostEnvironmentAuthenticationStateProvider 인터페이스

정의

호스트 환경에서 인증 상태 정보를 수신하기 위해 서비스에서 구현하는 인터페이스입니다. 호스트의 AuthenticationStateProvider구현되는 경우 HttpContext에서 인증 상태를 받습니다. 또는 이 구현된 서비스가 IHostEnvironmentAuthenticationStateProvider직접 등록된 경우 GetAuthenticationStateAsync() 반환된 AuthenticationState 받습니다.

public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
파생

메서드

SetAuthenticationState(Task<AuthenticationState>)

업데이트된 인증 상태 데이터를 AuthenticationStateProvider제공합니다.

적용 대상