IHostEnvironmentAuthenticationStateProvider 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호스트 환경에서 인증 상태 정보를 수신하기 위해 서비스에서 구현하는 인터페이스입니다. 호스트의 AuthenticationStateProvider구현되는 경우 HttpContext에서 인증 상태를 받습니다. 또는 이 구현된 서비스가 IHostEnvironmentAuthenticationStateProvider직접 등록된 경우 GetAuthenticationStateAsync() 반환된 AuthenticationState 받습니다.
public interface class IHostEnvironmentAuthenticationStateProvider
public interface IHostEnvironmentAuthenticationStateProvider
type IHostEnvironmentAuthenticationStateProvider = interface
Public Interface IHostEnvironmentAuthenticationStateProvider
- 파생
메서드
SetAuthenticationState(Task<AuthenticationState>) |
업데이트된 인증 상태 데이터를 AuthenticationStateProvider제공합니다. |